Commit c255ed62 by 刘泽奇

123

parent 31b7d05b
......@@ -1165,10 +1165,17 @@
}
}
}
if (!this.form.tmName || !this.form.colorizedPicUrl) {
this.$message.warning("请完善信息");
return false;
console.log(this.form.tmFormType,"!!!!!!!!!!!!!!!!!!!!!!!!!!!");
if (this.form.tmFormType == "4") {
if (!this.form.colorizedPicUrl) {
this.$message.warning("请完善信息");
return ;
}
} else {
if (!this.form.tmName || !this.form.colorizedPicUrl) {
this.$message.warning("请完善信息");
return ;
}
}
if (formName == "form" || formName == "apply") {
if (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