Commit 260d0592 by 刘泽奇

123

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