From ead31acea41763e77211630f41cdcc22020afe97 Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:29:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E5=88=B6=E4=BF=AE=E8=AE=A2-=E4=BA=A7=E5=93=81=E6=A0=87?= =?UTF-8?q?=E5=87=86=20=E5=88=B6=E4=BF=AE=E8=AE=A2=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=B8=BA=E4=BF=AE=E8=AE=A2=E6=97=B6=E4=B8=8D=E5=B8=A6=E5=85=A5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbrk-product/bussLibraryProduct.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/bussLibraryProduct.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/bussLibraryProduct.vue index 7baa03b50..a7ccc96f0 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/bussLibraryProduct.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/bussLibraryProduct.vue @@ -568,6 +568,8 @@ export default { if (this.form.standStatus === '2') { form.putTime = undefined form.issueTime = undefined + form.XGD = undefined + form.XGDName = undefined } this.form = Object.assign(initForm, pick(form, keys), { standStatus: this.form.standStatus }) // 对象空值转为空字符串