Parcourir la source

优化界面显示

jiawuxian il y a 1 an
Parent
commit
05046b185f
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;