Commit 3639e1fe authored by xxx's avatar xxx

1

parent 4f13f8cb
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
this.carNumber = chepaihao; this.carNumber = chepaihao;
this.startTime = ''; this.startTime = '';
this.endTime = ''; this.endTime = '';
httpGet(achievementStatisticsQuery,{name:this.personalName}).then((res) => { httpGet(achievementStatisticsQuery,{number:this.carNumber}).then((res) => {
if(res.code == 200){ if(res.code == 200){
if(res.data.totalElements == 0){ if(res.data.totalElements == 0){
return return
......
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