分切上轴修改
This commit is contained in:
@@ -95,7 +95,12 @@
|
|||||||
/** 设备下拉框 */
|
/** 设备下拉框 */
|
||||||
async _queryDeviceByarea (e) {
|
async _queryDeviceByarea (e) {
|
||||||
let res = await 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) {
|
selectChange3(e) {
|
||||||
this.index3 = e
|
this.index3 = e
|
||||||
|
|||||||
Reference in New Issue
Block a user