|
|
@ -80,6 +80,7 @@ export default { |
|
|
|
params: { |
|
|
|
contractNo: '', |
|
|
|
vinNo: '', |
|
|
|
userSid: '', |
|
|
|
vinSids: [] |
|
|
|
}, |
|
|
|
total: 0 |
|
|
@ -108,6 +109,7 @@ export default { |
|
|
|
// 查询列表信息 |
|
|
|
getList() { |
|
|
|
this.listLoading = true |
|
|
|
this.listQuery.params.userSid = window.sessionStorage.getItem('userSid') |
|
|
|
getCanUseCars(this.listQuery).then((response) => { |
|
|
|
this.listLoading = false |
|
|
|
if (response.success) { |
|
|
@ -129,6 +131,7 @@ export default { |
|
|
|
this.listQuery.current = 1 |
|
|
|
this.listQuery.size = 5 |
|
|
|
this.listQuery.total = 0 |
|
|
|
this.listQuery.params.userSid = '' |
|
|
|
this.listQuery.params.vinNo = '' |
|
|
|
this.getList() |
|
|
|
}, |
|
|
|