From 29775857d3ca522295de8e973b57f949bd627201 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Sat, 5 Oct 2024 16:27:48 +0800 Subject: [PATCH] =?UTF-8?q?plm=20=E5=B7=A5=E5=85=B7=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectInfo/com_projectInfo-add-or-update.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue b/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue index 56a7b3a..5ddcf13 100644 --- a/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue +++ b/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue @@ -736,12 +736,12 @@ // }) // return false; // } - if(!this.dataForm.buDesc){ - this.$alert('请选择BU!', '错误', { - confirmButtonText: '确定' - }) - return false; - } + // if(!this.dataForm.buDesc){ + // this.$alert('请选择BU!', '错误', { + // confirmButtonText: '确定' + // }) + // return false; + // } // if(!this.dataForm.priority){ // this.$alert('请选择优先级!', '错误', { // confirmButtonText: '确定'