Parcourir la source

修改fpd_de 的冲突

“yueshang” il y a 1 an
Parent
commit
22ad0bbcf6
1 fichiers modifiés avec 2 ajouts et 4 suppressions
  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();
 		}
 
 	}