diff --git a/src/components/DetailComponent/ProjectApply.vue b/src/components/DetailComponent/ProjectApply.vue index 8541e29..0283bb8 100644 --- a/src/components/DetailComponent/ProjectApply.vue +++ b/src/components/DetailComponent/ProjectApply.vue @@ -379,14 +379,14 @@ const getFileParam = (item) => { const handleSubmit = async () => { // if (!instance) return // instance.validate(async (valid) => { - if (!valid) { - ElNotification({ - title: '提示', - message: '请完善数据,再提交!', - type: 'error' - }) - return; - } + // if (!valid) { + // ElNotification({ + // title: '提示', + // message: '请完善数据,再提交!', + // type: 'error' + // }) + // return; + // } if (deploymentData.value.deploymentName === '重大项目立项' || deploymentData.value.deploymentName === '重大项目验收') { if (localFormData.value.preProcess === undefined) { ElNotification({