|
|
@ -746,7 +746,7 @@ export default { |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
if (flagArr2.some((it) => !it)) { |
|
|
|
if (flagArr2.some((it) => !it)) { |
|
|
|
this.$message.warning('请填写完整') |
|
|
|
this.$message.warning('至少填写一个项目经历') |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
// 全填了 |
|
|
|
// 全填了 |
|
|
|
if (this.projectList[0].caseId) { |
|
|
|
if (this.projectList[0].caseId) { |
|
|
@ -795,7 +795,7 @@ export default { |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
if (flagArr3.some((it) => !it)) { |
|
|
|
if (flagArr3.some((it) => !it)) { |
|
|
|
this.$message.warning('请填写完整') |
|
|
|
this.$message.warning('至少填写一个项目经历') |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
// 全填了 |
|
|
|
// 全填了 |
|
|
|
if (this.educationList[0].caseId) { |
|
|
|
if (this.educationList[0].caseId) { |
|
|
|