Commit a5b419ac by 刘海龙

11

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