dedsudiyu 3 달 전
부모
커밋
948b4f89ed
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/emergencyManagement/plan/associatedPage.vue

+ 2 - 2
src/views/emergencyManagement/plan/associatedPage.vue

@@ -272,7 +272,7 @@
           typeId:'',
           levelId:'',
         },
-        dialogTotal: 5,
+        dialogTotal: 0,
         //关联实验室
         dialogAssociatedOpen: false,
         dialogTableData: [],
@@ -526,7 +526,7 @@
             item.buttonList = [];
           })
           this.$set(this, 'dialogTableData', response.data.records)
-          this.$set(this, 'total', response.data.total)
+          this.$set(this, 'dialogTotal', response.data.total)
           this.$set(this, 'loading', false)
         })
       },