后道调整

This commit is contained in:
赵正易 2025-07-22 16:40:17 +08:00
parent a6dc0f2ed3
commit a736ff2072

View File

@ -104,11 +104,12 @@ export default {
return
}
this.loading = true
this.changeFormStatus(2)
//
QcBackEndApi.ScanPackageLabel(params).then((res) => {
this.loading = false
if (res.code === 200 && res.data === 'ok') {
this.changeFormStatus(2)
this.showErrorMessage(0)
this.close()
} else {