dedsudiyu 3 ay önce
ebeveyn
işleme
948b4f89ed

+ 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)
         })
       },