大改
This commit is contained in:
@@ -89,7 +89,7 @@ export default {
|
||||
}
|
||||
try {
|
||||
let res = await kzresidue(this.value2)
|
||||
this.toast(res.message)
|
||||
this.toast(res.msg)
|
||||
this.value1 = ''
|
||||
this.qty = ''
|
||||
this.value2 = ''
|
||||
@@ -107,7 +107,7 @@ export default {
|
||||
}
|
||||
try {
|
||||
let res = await kzunload(this.qty, this.value2)
|
||||
this.toast(res.message)
|
||||
this.toast(res.msg)
|
||||
this.value1 = ''
|
||||
this.qty = ''
|
||||
this.value2 = ''
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
@@ -87,7 +87,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 = ''
|
||||
|
||||
@@ -28,7 +28,7 @@ export default {
|
||||
this.disabled1 = true
|
||||
try {
|
||||
let res = await tmpcallVechile('', '')
|
||||
this.toast(res.message)
|
||||
this.toast(res.msg)
|
||||
this.disabled1 = false
|
||||
} catch (e) {
|
||||
this.disabled1 = false
|
||||
@@ -43,7 +43,7 @@ export default {
|
||||
}
|
||||
try {
|
||||
let res = await tmpsendVechile('')
|
||||
this.toast(res.message)
|
||||
this.toast(res.msg)
|
||||
this.disabled2 = false
|
||||
} catch (e) {
|
||||
this.disabled2 = false
|
||||
|
||||
Reference in New Issue
Block a user