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: [] };