Commit 6b9c6ce9 authored by xxx's avatar xxx

1

parent 62609ebc
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
} }
}); });
httpGet(apiManmadesRealCarQuery,{number:this.carnumber}).then((res) => { httpGet(apiManmadesRealCarQuery,{number:this.carnumber}).then((res) => {
if(res.code == 200){ if(res.code == 200 && res.data.length != 0){
this.carInformationData2 = res.data[0]; this.carInformationData2 = res.data[0];
} }
}); });
......
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