소스 검색

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