diff --git a/client/src/views/supervisionNew/mytask.vue b/client/src/views/supervisionNew/mytask.vue index 95d5621..120bdf5 100644 --- a/client/src/views/supervisionNew/mytask.vue +++ b/client/src/views/supervisionNew/mytask.vue @@ -801,7 +801,7 @@ type: 10, }; const listQuery = { - page: 1, + page: 0, belong_dept:null, page_size: 20, }; @@ -1026,7 +1026,6 @@ that.numbers.num_acc = ''; that.numbers.num_expect = ''; that.numbers.num_issue = ''; - that.listQuery.page = 1; that.orgData.filter(item=>{ if(item.id==that.listQuery.belong_dept){ that.deptName = item.name; @@ -1037,14 +1036,6 @@ close_dialog(){ this.dialogOin = false }, - resetFilter() { - this.listQuery = { - page: 1, - belong_dept:'', - page_size: 20, - } - this.getList(); - }, itemClick(item){ // console.log(item); let that = this;