Commit f7ae515b authored by jiaorz's avatar jiaorz

132

parent 09626d0e
...@@ -894,7 +894,7 @@ ...@@ -894,7 +894,7 @@
return callback(new Error('编码合法范围:[1 - 9999999999]')); return callback(new Error('编码合法范围:[1 - 9999999999]'));
} }
//检验code码 //检验code码
checkCode(value, this.form.id).then(response => { checkCode(value, this.form.code).then(response => {
if (response.data === true) { if (response.data === true) {
return callback(new Error("该车辆编码已经被占用,请重新输入")); return callback(new Error("该车辆编码已经被占用,请重新输入"));
} else { } else {
......
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