下拉框
This commit is contained in:
@@ -71,9 +71,6 @@
|
||||
/** 获取设备状态下拉框 */
|
||||
async _deviceStatus () {
|
||||
let res = await deviceStatus()
|
||||
res.map(el => {
|
||||
this.$set(el, 'text', el.label)
|
||||
})
|
||||
this.options2 = [...res]
|
||||
},
|
||||
/** 确定 */
|
||||
|
||||
Reference in New Issue
Block a user