下拉框

This commit is contained in:
2023-10-09 14:39:22 +08:00
parent a0c5bd68c9
commit 4c14387ef1

View File

@@ -66,9 +66,6 @@
/** 获取设备下拉框 */
async _deviceInfo () {
let res = await deviceInfo()
res.map(el => {
this.$set(el, 'text', el.label)
})
this.options1 = [...res]
},
/** 获取设备状态下拉框 */