Commit cd07d917 by 刘海龙

111

parent 1860cf9a
......@@ -133,7 +133,7 @@
// if (i == 'fid'){
// continue;
// }
if (this.form[i] === '') {
if (this.form[i] === ''&& i != 'fid') {
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