分切上轴修改
This commit is contained in:
@@ -96,6 +96,9 @@
|
||||
async _queryDeviceByarea (e) {
|
||||
let res = await queryDeviceByarea(e)
|
||||
this.options3 = [...res.data]
|
||||
this.options3.map(el => {
|
||||
this.$set(el, 'value', el.text)
|
||||
})
|
||||
},
|
||||
selectChange3(e) {
|
||||
this.index3 = e
|
||||
@@ -132,7 +135,7 @@
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await cutUpShaft(this.index1, this.index2, this.index3, this.upL, this.upR)
|
||||
let res = await cutUpShaft(this.index2, this.index3, this.index1, this.upL, this.upR)
|
||||
this.disabled = false
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
Reference in New Issue
Block a user