Commit 6e118b92 authored by anxixi's avatar anxixi

人脉圈

parent 2f11b335
......@@ -613,10 +613,10 @@
pushimproveInformation(){
this.$refs.formData.validate((valid) => {
if(valid) {
if(this.empDataLabelList.length == 0){
this.$message.error('请填写兴趣标签');
return
};
// if(this.empDataLabelList.length == 0){
// this.$message.error('请填写兴趣标签');
// return
// };
if(this.formData.isStudent == 1){
if(!this.formData.educationList || this.formData.educationList.length == 0){
this.$message.error('请填写至少一条教育经历');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment