This commit is contained in:
2023-07-23 12:56:58 +08:00
parent 60dc9ffe70
commit abb822ed9f
26 changed files with 156 additions and 106 deletions

View File

@@ -180,7 +180,7 @@ export default {
}
try {
let res = await openStart(this.pkId, this.value)
this.toast(res.message)
this.toast(res.msg)
this.disabled1 = false
this.pkId = ''
this.pkObj = {}
@@ -200,7 +200,7 @@ export default {
}
try {
let res = await saveReport(this.pkId, this.reportQty)
this.toast(res.message)
this.toast(res.msg)
this.disabled2 = false
this.pkId = ''
this.pkObj = {}
@@ -240,7 +240,7 @@ export default {
this.disabled3 = true
try {
let res = await tofinish(this.pkObj)
this.toast(res.message)
this.toast(res.msg)
this.disabled3 = false
this.pkId = ''
this.pkObj = {}