Commit 61a3eeec authored by xxx's avatar xxx

修改绩效统计页面报错

parent ea973be2
......@@ -110,7 +110,7 @@ export default {
this.startTime = '';
this.endTime = '';
httpGet(apiManmadesJXQuery,{number:this.carNumber}).then((res) => {
if(res.code == 200){
if(res.code == 200 && res.data.length != 0){
this.checkFromData = 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