From 6168640b1e068ed361884939ccb7792054fc9833 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 24 Apr 2025 18:39:53 +0800 Subject: [PATCH] 2025-04-24 --- src/views/modules/part/bomManagement.vue | 2 +- src/views/modules/project/projectInfo/com_project_info_part.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue index 2c1d513..2446b3a 100644 --- a/src/views/modules/part/bomManagement.vue +++ b/src/views/modules/part/bomManagement.vue @@ -79,7 +79,7 @@ label="操作"> diff --git a/src/views/modules/project/projectInfo/com_project_info_part.vue b/src/views/modules/project/projectInfo/com_project_info_part.vue index 4edf431..7042434 100644 --- a/src/views/modules/project/projectInfo/com_project_info_part.vue +++ b/src/views/modules/project/projectInfo/com_project_info_part.vue @@ -2467,7 +2467,7 @@ import { // 删除物料 deletePart () { - if(this.partSelections2 == null || this.partSelections2.length === 0){ + if(this.partSelections2 == null || this.partSelections2.length === 0) { this.$message.warning('请选择已选物料!') return }