瀏覽代碼

onShow事件bug修改

liuQiang 1 年之前
父節點
當前提交
e165892ce0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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