diff --git a/src/views/project/Application.vue b/src/views/project/Application.vue index 0f44747..97d0108 100644 --- a/src/views/project/Application.vue +++ b/src/views/project/Application.vue @@ -935,6 +935,7 @@ export default { this.funds === '' ) { alert('以上内容不可为空!') + return false } else if ( !regd.test(this.respoophone) || !regd.test(this.respocophone) @@ -950,6 +951,7 @@ export default { } } else { alert('数据出错!') + return false } if (this.respoptel !== '' && !regs.test(this.respoptel)) { @@ -970,7 +972,7 @@ export default { if (this.proimages === '') { alert('文件还未上传!') - return + return false } this.popupStatus = true },