瀏覽代碼

修改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();
 		}
 
 	}