From 77e8a1a2117f41533a4373b96a5dac5d43fef975 Mon Sep 17 00:00:00 2001 From: zty Date: Wed, 12 Feb 2025 17:34:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=B5=8B=E7=82=B9?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/em/mpoint_form.vue | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) 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) => {