Commit a5b419ac by 刘海龙

11

parent 5b42a2cc
...@@ -130,9 +130,9 @@ ...@@ -130,9 +130,9 @@
checkSubmit: function () { checkSubmit: function () {
let status = false; let status = false;
for (let i in this.form) { for (let i in this.form) {
if (i == 'fid'){ // if (i == 'fid'){
continue; // continue;
} // }
if (this.form[i] === '') { if (this.form[i] === '') {
status = true; status = true;
break; break;
......
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