|
@@ -90,9 +90,9 @@
|
|
|
this.mescroll.endByPage(curPageLen, totalPage);
|
|
|
|
|
|
this.leaveDetail = res.data;
|
|
|
- for (let item of res.data.rows) {
|
|
|
- this.owelist.push(item)
|
|
|
- }
|
|
|
+ // for (let item of res.data.rows) {
|
|
|
+ // this.owelist.push(item)
|
|
|
+ // }
|
|
|
if(this.owelist.length<=0){this.listEmpty = true};
|
|
|
|
|
|
console.log('vehicleList',res)
|