From 19da3d8029d85c951d6d584b668d6c98468ccedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=AD=A6=E5=9D=A4?= <1107410514@qq.com> Date: Wed, 13 Nov 2019 14:04:38 +0800 Subject: [PATCH] kun 191113 1200 --- src/views/project/Application.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 },