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: '确定'