This commit is contained in:
许允枞 2025-02-27 13:14:42 +08:00
parent e6699aa4bb
commit 3afc321b16

View File

@ -259,7 +259,7 @@ export default {
if (this.queryParams.endTime) {
this.queryParams.endTime = moment(this.queryParams.endTime).format('YYYY-MM-DD HH:mm');
}
this.queryParams.carAge = 1
// this.queryParams.carAge = 1
listInfo(this.queryParams).then(response => {
this.infoList = response.data.records;
this.total = response.data.total;