取放桶盖
This commit is contained in:
@@ -135,13 +135,11 @@ export default {
|
|||||||
let res = await handTake(code, type)
|
let res = await handTake(code, type)
|
||||||
if (res.code === '1') {
|
if (res.code === '1') {
|
||||||
this.toast(res.desc)
|
this.toast(res.desc)
|
||||||
setTimeout(() => {
|
this.initPonit(this.regobj)
|
||||||
this.initPonit(this.regobj)
|
this.obj = {}
|
||||||
this.obj = {}
|
this.active = false
|
||||||
this.active = false
|
this.disabled1 = false
|
||||||
this.disabled1 = false
|
this.disabled2 = false
|
||||||
this.disabled2 = false
|
|
||||||
}, 2000)
|
|
||||||
} else {
|
} else {
|
||||||
this.Dialog(res.desc)
|
this.Dialog(res.desc)
|
||||||
this.disabled1 = false
|
this.disabled1 = false
|
||||||
|
|||||||
Reference in New Issue
Block a user