This commit is contained in:
2022-10-15 10:58:20 +08:00
parent 1daa712ca4
commit 1ff8c7c2b7
4 changed files with 10 additions and 7 deletions

View File

@@ -115,7 +115,7 @@
try {
let res = await needEmptyAxis(this.pkObj)
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
this.disabled1 = false
@@ -135,7 +135,7 @@
try {
let res = await confirmBlanking(this.pkObj)
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
this.disabled2 = false
@@ -155,7 +155,7 @@
try {
let res = await finishBlanking(this.pkObj)
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
this.disabled3 = false
@@ -175,7 +175,7 @@
try {
let res = await finish(this.pkObj)
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
this.disabled4 = false