From ef242be45e5117e9f10c8ced0fa00d3f4c96cd45 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 8 Apr 2026 09:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E9=9C=80=E8=A6=81=E8=A7=A3?= =?UTF-8?q?=E9=99=A4BU=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/erf/components/expRawMaterialList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/erf/components/expRawMaterialList.vue b/src/views/modules/erf/components/expRawMaterialList.vue index 1b2c04f..40f3f2d 100644 --- a/src/views/modules/erf/components/expRawMaterialList.vue +++ b/src/views/modules/erf/components/expRawMaterialList.vue @@ -820,7 +820,7 @@ export default { getPartDescByPartNo({ partNo: partNo.trim(), site: this.formData.site, - buNo: this.buNo + buNo: '' }).then(({data}) => { if (data && data.code === 0 && data.partDesc) { this.formData.partDesc = data.partDesc