From e70aee63d3fbab1f7432a4c38c51383211cfa813 Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 7 Nov 2024 16:52:20 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20ems=E8=AE=A1=E9=87=8F=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E4=BF=A1=E6=81=AF=E5=8A=A0=E8=83=BD=E6=BA=90=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/ems/base/dianMeasurement/index.vue | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/hw-ui/src/views/ems/base/dianMeasurement/index.vue b/hw-ui/src/views/ems/base/dianMeasurement/index.vue index d02354e..24091b8 100644 --- a/hw-ui/src/views/ems/base/dianMeasurement/index.vue +++ b/hw-ui/src/views/ems/base/dianMeasurement/index.vue @@ -41,6 +41,16 @@ /> + + + + + @@ -268,8 +278,15 @@ placeholder="请输入计量设备位置" /> - - + + + {{ dict.label }} + + @@ -597,7 +614,6 @@ export default { /** 查询计量设备信息列表 */ getList() { this.loading = true; - this.queryParams.monitorType = 2; listShuiMeasurement(this.queryParams).then((response) => { this.list = response.data; // response.data.forEach(m=>{ @@ -616,7 +632,6 @@ export default { "parentId" ); - console.log("this.expandrowid", this.expandrowid); this.loading = false; }); }, @@ -757,7 +772,6 @@ export default { submitForm() { this.$refs["form"].validate((valid) => { if (valid) { - this.form.monitorType = 2; this.form.buildId = this.getBuildAllCheckedKeys(); // this.form.subentryId = this.getSubentryAllCheckedKeys(); // this.form.businessId = this.getBusinessAllCheckedKeys(); @@ -861,7 +875,6 @@ export default { /** 查询计量设备信息下拉树结构 */ getTreeselect() { - this.queryParams.monitorType = 2; listShuiMeasurement(this.queryParams).then((response) => { this.ShuiMeasurementOptions = []; const data = { objid: 0, monitorName: "顶级节点", children: [] };