소스 검색

修改fpd_de 的冲突

“yueshang” 1 년 전
부모
커밋
22ad0bbcf6
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      pagesA/fire/fpd_detection/fpd_detection.vue

+ 2 - 4
pagesA/fire/fpd_detection/fpd_detection.vue

@@ -298,16 +298,14 @@
 				this.formData.orgName = response.data[0].orgName;
 				this.formData.orgId = response.data[0].dwid;
 				this.tableData = []
-				this.getData();
+                this.getData()
 				this.search();
-
 			}).catch(err => {
 				this.loading = false
 				this.$modal.msg(err)
 			})
 			// this.tableData={}
-
-			// this.getData()
+			// this.getData();
 		}
 
 	}