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 }