子卷配送

This commit is contained in:
2022-11-11 18:05:13 +08:00
parent 51db97e8c2
commit f95a05141f
5 changed files with 26 additions and 25 deletions

View File

@@ -138,14 +138,14 @@
}
try {
let res = await inConfirm(this.index1, this.pkObj)
uni.showToast({
title: res.message,
icon: 'none'
})
this.disabled = false
this.pkId = ''
this.pkObj = {}
this._queryMaterialInfo()
uni.showToast({
title: res.message,
icon: 'none'
})
} catch (e) {
this.disabled = false
}