Explorar o código

优化界面显示

jiawuxian hai 1 ano
pai
achega
05046b185f
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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;