diff --git a/src/views/em/mpoint_form.vue b/src/views/em/mpoint_form.vue index e4125ff9..39bcfc2e 100644 --- a/src/views/em/mpoint_form.vue +++ b/src/views/em/mpoint_form.vue @@ -68,14 +68,29 @@ > - + { + this.mpointOptions = res; + }); + }, //获取设备列表 getEquipment() { this.$API.em.equipment.list.req({ page: 0 }).then((res) => {