修改能力统计分页查询问题

This commit is contained in:
gongjiale 2022-10-26 14:47:08 +08:00
parent 42b7ec1129
commit c6313796bb
1 changed files with 6 additions and 0 deletions

View File

@ -812,6 +812,8 @@ export default {
handleChose (index) {
this.checked = false
this.departmentId = index
this.currentPage=1
this.pageSize=10
if (index === 1) {
if (this.choseId === 0) {
if (!this.detailFlag) {
@ -871,6 +873,8 @@ export default {
},
// //////////
goToDetail () {
this.currentPage=1
this.pageSize=10
this.detailFlag = !this.detailFlag
if (this.departmentId === 1) {
this.handleChose(3)
@ -884,6 +888,8 @@ export default {
//
goToBack () {
this.checked = false
this.currentPage=1,
this.pageSize=10,
// departmentId 13 24
this.detailFlag = !this.detailFlag
if (this.departmentId === 3) {