Commit 1f4e43fd by 刘泽奇

123

parent 89871ef4
......@@ -1153,28 +1153,37 @@
this.showConfrim = true;
this.nclSelected = this.nclOne[0].nclThree.length;
if (agree) {
if (!this.form.tmName || !this.form.colorizedPicUrl) {
this.$message.warning("请完善信息");
console.log('ppppppppppppppppppppp');
return;
if (this.form.tmFormType == "4") {
if (!this.form.colorizedPicUrl) {
this.$message.warning("请完善信息");
return;
} else {
this.showConfrim = false;
}
} else {
this.showConfrim = false;
if (!this.form.tmName || !this.form.colorizedPicUrl) {
this.$message.warning("请完善信息");
console.log('ppppppppppppppppppppp');
return;
} else {
this.showConfrim = false;
}
}
} else {
return;
}
}
}
console.log(this.form.tmFormType,"!!!!!!!!!!!!!!!!!!!!!!!!!!!");
console.log(this.form.tmFormType, "!!!!!!!!!!!!!!!!!!!!!!!!!!!");
if (this.form.tmFormType == "4") {
if (!this.form.colorizedPicUrl) {
this.$message.warning("请完善信息");
return ;
return;
}
} else {
if (!this.form.tmName || !this.form.colorizedPicUrl) {
this.$message.warning("请完善信息");
return ;
return;
}
}
if (formName == "form" || formName == "apply") {
......
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