From d5723a738a0891dda97bec6aec4d3832d5d379cf Mon Sep 17 00:00:00 2001 From: lijingyu007 <904564792@qq.com> Date: Fri, 31 May 2024 19:21:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/homepage/personability/abilityApply.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/page/homepage/personability/abilityApply.vue b/src/page/homepage/personability/abilityApply.vue index 029ac7e..3f91c2a 100644 --- a/src/page/homepage/personability/abilityApply.vue +++ b/src/page/homepage/personability/abilityApply.vue @@ -746,7 +746,7 @@ export default { }) }) if (flagArr2.some((it) => !it)) { - this.$message.warning('请填写完整') + this.$message.warning('至少填写一个项目经历') } else { // 全填了 if (this.projectList[0].caseId) { @@ -795,7 +795,7 @@ export default { }) }) if (flagArr3.some((it) => !it)) { - this.$message.warning('请填写完整') + this.$message.warning('至少填写一个项目经历') } else { // 全填了 if (this.educationList[0].caseId) {