From 7ae0a102da9a42f89d72567c23171122e4ba470e Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 26 May 2025 15:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pro/apply/supervisorEnterApply.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/pro/apply/supervisorEnterApply.vue b/src/views/pro/apply/supervisorEnterApply.vue index a98a96d..a8ee0c6 100644 --- a/src/views/pro/apply/supervisorEnterApply.vue +++ b/src/views/pro/apply/supervisorEnterApply.vue @@ -1000,9 +1000,17 @@ export default { try { const response = judgeIsFileComplete(param) console.log('response=====', response) - if (response.msg === '部分人员文件不存在,请先仔细核对,上传相关文件!') { + // if (response.msg === '部分人员文件不存在,请先仔细核对,上传相关文件!') { + // this.$message({ + // message: '部分人员文件不存在,请先仔细核对,上传相关文件!', + // type: 'error', + // }) + // // return false + // isReturn = true + // } + if (response.code == 500) { this.$message({ - message: '部分人员文件不存在,请先仔细核对,上传相关文件!', + message: response.msg, type: 'error', }) // return false