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

@@ -88,7 +88,7 @@ export default {
}
try {
let res = await pourdeviceinstorQty(this.qty, this.value2)
this.toast(res.message)
this.toast(res.msg)
this.value1 = ''
this.qty = ''
this.value2 = ''
@@ -106,7 +106,7 @@ export default {
}
try {
let res = await letterCallVechile(this.value2)
this.toast(res.message)
this.toast(res.msg)
this.value1 = ''
this.qty = ''
this.value2 = ''