@@ -55,23 +51,6 @@
-
-
-
-
-
-
-
{
+ this.$API.em.equipment.list.req({page:0,type:20}).then(res=>{
this.monitoredOptions = res.data;
})
-
},
//获取集合列表
getMgroup(){
- this.$API.mtm.product.list.req({page:0}).then(res=>{
- this.options = res.data;
+ this.$API.mtm.material.list.req({page:0}).then(res=>{
+ this.mgroupOptions = res.data;
})
},
//添加测点集
diff --git a/src/views/vm/vistoradd.vue b/src/views/vm/vistoradd.vue
index fe1c3689..0e46a4a1 100644
--- a/src/views/vm/vistoradd.vue
+++ b/src/views/vm/vistoradd.vue
@@ -108,6 +108,12 @@
+
+ *
+
+
+
+
@@ -336,281 +342,314 @@
cursor: not-allowed;
}
-
\ No newline at end of file