Commit 260d0592 by 刘泽奇

123

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