Browse Source

诊断依据校验完全部数据重新刷新列表

zhangxc 6 years ago
parent
commit
b7eca6c787
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/components/diagBase/DiagBase.vue

+ 7 - 0
src/components/diagBase/DiagBase.vue

@@ -181,6 +181,13 @@ export default {
             loading.close();
             const {code,data,msg} = res.data;
             if(code === '0') {
+              this.currentPage = 1;
+               this.pageSize = 10,
+               this.filter.disName = '',
+               this.filter.modifier = '', //操作人
+               this.filter.hasQuestion = ''
+
+              this.getDataList()
             } else {
                 this.warning(msg)
             }