下拉框

This commit is contained in:
2023-10-10 11:10:33 +08:00
parent 4c14387ef1
commit 3baf562947

View File

@@ -71,9 +71,6 @@
/** 获取设备状态下拉框 */
async _deviceStatus () {
let res = await deviceStatus()
res.map(el => {
this.$set(el, 'text', el.label)
})
this.options2 = [...res]
},
/** 确定 */