task#15638,电瓶详情列表根据时间排序
This commit is contained in:
@ -64,7 +64,7 @@ export default {
|
|||||||
brand:this.brand,
|
brand:this.brand,
|
||||||
model:this.model,
|
model:this.model,
|
||||||
})
|
})
|
||||||
this.batteryDetailList=res.data
|
this.batteryDetailList=res.data.reverse();
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user