From 4c14387ef1846c1f4d36c51fa48090f88df17257 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 9 Oct 2023 14:39:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/modules/equip-inspection.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/pages/modules/equip-inspection.vue b/pages/modules/equip-inspection.vue index 7c98d1d..178ba6a 100644 --- a/pages/modules/equip-inspection.vue +++ b/pages/modules/equip-inspection.vue @@ -66,9 +66,6 @@ /** 获取设备下拉框 */ async _deviceInfo () { let res = await deviceInfo() - res.map(el => { - this.$set(el, 'text', el.label) - }) this.options1 = [...res] }, /** 获取设备状态下拉框 */