瀏覽代碼

优化界面显示

jiawuxian 1 年之前
父節點
當前提交
05046b185f
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/views/question/list/index.vue
  2. 1 0
      src/views/question/reform/index.vue

+ 1 - 0
src/views/question/list/index.vue

@@ -309,6 +309,7 @@ export default {
     /** 查询隐患问题清单列表 */
     getList() {
       this.loading = true;
+      this.questionList=[];
       listQuestion(this.queryParams).then((response) => {
         this.questionList = response.rows;
         this.total = response.total;

+ 1 - 0
src/views/question/reform/index.vue

@@ -267,6 +267,7 @@ export default {
     /** 查询隐患问题清单列表 */
     getList() {
       this.loading = true;
+      this.questionList=[];
       page(this.queryParams).then((response) => {
         this.questionList = response.rows;
         this.total = response.total;