From 2283b128f081fa7305025b16626da773b7ae4948 Mon Sep 17 00:00:00 2001 From: xs Date: Fri, 22 Aug 2025 09:52:48 +0800 Subject: [PATCH] =?UTF-8?q?4.1.1=20bom=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=BA=B8?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/views/mes/materialBom/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw-ui/src/views/mes/materialBom/index.vue b/hw-ui/src/views/mes/materialBom/index.vue index 1f383bfb..a2d76f93 100644 --- a/hw-ui/src/views/mes/materialBom/index.vue +++ b/hw-ui/src/views/mes/materialBom/index.vue @@ -994,6 +994,9 @@ export default { }).catch(() => { this.addProductPlanObject = null; this.sopViewModel = false; + this.$modal.closeLoading(); + }).finally(() => { + this.$modal.closeLoading(); }); }, //图纸图片上传 @@ -1034,6 +1037,7 @@ export default { } this.uploadAttachList[this.addProductPlanObject.materialBomId].splice(index, 1); let num = 0; + arrPic.map((item) => { if (item.uid === file.uid) { arrPic.splice(num, 1);