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