浏览代码

Merge remote-tracking branch 'origin/web-v2' into web-v2

heyang 2 年之前
父节点
当前提交
bad90e1b60
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4 5
      src/views/comprehensive/personnel/onDutyConfiguration/index.vue

+ 4 - 5
src/views/comprehensive/personnel/onDutyConfiguration/index.vue

@@ -303,10 +303,6 @@
           }
         })
         this.$set(this,'getSubList',getSubList);
-
-        // this.$set(this,'total',0);
-        // this.$set(this,'dataList',[]);
-        // this.$set(this,'userCheckList',[]);
         this.getList();
       },
       //查询
@@ -665,9 +661,12 @@
         if(!list[0]){
           this.msgError('请选择日期')
         }else{
-          this.$set(this,'checkList',list);
+          this.$set(this,'total',0);
+          this.$set(this,'dataList',[]);
           this.$set(this,'userCheckList',[]);
+          this.$set(this,'getSubList',[]);
           this.$set(this.formData,'subCheckList',[]);
+          this.$set(this,'checkList',list);
           // this.resetQuery();
           this.treeDeptSubSel();
           this.$set(this,'addPageType',true);