Browse Source

onShow事件bug修改

liuQiang 1 năm trước cách đây
mục cha
commit
e165892ce0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pagesA/fire/fpd_detection/fpd_detection.vue

+ 1 - 1
pagesA/fire/fpd_detection/fpd_detection.vue

@@ -299,7 +299,7 @@
 				this.formData.orgName = response.data[0].orgName;
 				this.formData.orgId = response.data[0].dwid;
 				this.tableData = []
-				this.search();
+				this.getData();
 
 			}).catch(err => {
 				this.loading = false