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;