表处工序
This commit is contained in:
@@ -111,23 +111,6 @@
|
||||
})
|
||||
}
|
||||
},
|
||||
async _twoPdaVehicleIn () {
|
||||
this.disabled = true
|
||||
if (!this.val1 || !this.val2 || !this.index) {
|
||||
this.disabled = false
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await twoPdaVehicleIn(this.val1, this.index, this.val2)
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.disabled = false
|
||||
} catch (e) {
|
||||
this.disabled = false
|
||||
}
|
||||
},
|
||||
clearUp () {
|
||||
this.val1 = ''
|
||||
this.val2 = ''
|
||||
|
||||
Reference in New Issue
Block a user