From 2902bde4ad2f847339abb19f693a0aed8e13acb6 Mon Sep 17 00:00:00 2001 From: wangxy Date: Wed, 17 Nov 2021 13:42:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=8C=85=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/quality/component/unpack.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = '' + }) } }, }