分切上轴修改

This commit is contained in:
2025-03-25 08:51:24 +08:00
parent f8632afcae
commit c8df265dbd

View File

@@ -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