From c8df265dbd14a209f95389e3f5dea6d2cd314752 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 25 Mar 2025 08:51:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=88=87=E4=B8=8A=E8=BD=B4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ProductManage/UpperShaftCut.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/ProductManage/UpperShaftCut.vue b/pages/ProductManage/UpperShaftCut.vue index 68641f2..e8fd04f 100644 --- a/pages/ProductManage/UpperShaftCut.vue +++ b/pages/ProductManage/UpperShaftCut.vue @@ -95,7 +95,12 @@ /** 设备下拉框 */ async _queryDeviceByarea (e) { let res = await queryDeviceByarea(e) - this.options3 = [...res.data] + if (res && res.data) { + res.data.map(el => { + el.value = el.text + }) + this.options3 = [...res.data] + } }, selectChange3(e) { this.index3 = e