diff --git a/src/views/quality/component/unpack.vue b/src/views/quality/component/unpack.vue index e38e5b7..fe4db4a 100644 --- a/src/views/quality/component/unpack.vue +++ b/src/views/quality/component/unpack.vue @@ -55,7 +55,10 @@ export default { return api.demolitionPkg(params) }).then(() => { this.msgSuccess('拆包成功') - }).catch(() => {}) + this.pkgNum = '' + }).catch(() => { + this.pkgNum = '' + }) } }, }