Commit 260d0592 by 刘泽奇

123

parent 1f4e43fd
......@@ -1175,15 +1175,17 @@
}
}
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 (!agree) {
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") {
......
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