|
|
@ -268,34 +268,29 @@ export default { |
|
|
|
this.list = response.data.records |
|
|
|
} |
|
|
|
}) |
|
|
|
this.listQuery.params.vinNoList = [] |
|
|
|
}, |
|
|
|
// 查询按钮 |
|
|
|
handleFilter() { |
|
|
|
this.listQuery.current = 1 |
|
|
|
this.getList() |
|
|
|
}, |
|
|
|
// 重置按钮 |
|
|
|
handleReset() { |
|
|
|
this.listQuery = { |
|
|
|
current: 1, |
|
|
|
size: 10, |
|
|
|
params: { |
|
|
|
brandSid: '', |
|
|
|
driveForm: '', |
|
|
|
emissionStandard: '', |
|
|
|
fuelType: '', |
|
|
|
gearboxType: '', |
|
|
|
modelName: '', |
|
|
|
power: '', |
|
|
|
productLine: '', |
|
|
|
vehicleAlias: '', |
|
|
|
vehicleType: '', |
|
|
|
vehicleVersion: '', |
|
|
|
userSid: '', |
|
|
|
vinNoList: [] |
|
|
|
}, |
|
|
|
total: 0 |
|
|
|
} |
|
|
|
this.listQuery.current = 1 |
|
|
|
this.listQuery.size = 5 |
|
|
|
this.listQuery.total = 0 |
|
|
|
this.listQuery.params.brandSid = '' |
|
|
|
this.listQuery.params.driveForm = '' |
|
|
|
this.listQuery.params.emissionStandard = '' |
|
|
|
this.listQuery.params.fuelType = '' |
|
|
|
this.listQuery.params.gearboxType = '' |
|
|
|
this.listQuery.params.modelName = '' |
|
|
|
this.listQuery.params.power = '' |
|
|
|
this.listQuery.params.productLine = '' |
|
|
|
this.listQuery.params.vehicleAlias = '' |
|
|
|
this.listQuery.params.vehicleType = '' |
|
|
|
this.listQuery.params.vehicleVersion = '' |
|
|
|
this.listQuery.params.userSid = '' |
|
|
|
this.getList() |
|
|
|
}, |
|
|
|
handleSelectionChange(row) { |
|
|
|