Ver Fonte

修改fpd_de 的冲突

“yueshang” há 1 ano atrás
pai
commit
22ad0bbcf6
1 ficheiros alterados com 2 adições e 4 exclusões
  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();
 		}
 
 	}