|
|
@ -121,7 +121,7 @@ export default { |
|
|
|
vin: '', |
|
|
|
model: '', |
|
|
|
purchaseType: '', |
|
|
|
type:'1', |
|
|
|
type:'2', |
|
|
|
userSid: window.sessionStorage.getItem('userSid') |
|
|
|
} |
|
|
|
}, |
|
|
@ -177,6 +177,8 @@ export default { |
|
|
|
// }, |
|
|
|
handleInvoiceList() { |
|
|
|
this.$parent.viewState = 1 |
|
|
|
this.$parent.getList() |
|
|
|
|
|
|
|
}, |
|
|
|
getList() { |
|
|
|
this.listQuery.current = 1 |
|
|
@ -191,7 +193,7 @@ export default { |
|
|
|
vin: '', |
|
|
|
model: '', |
|
|
|
purchaseType: '', |
|
|
|
type:'1', |
|
|
|
type:'2', |
|
|
|
userSid: window.sessionStorage.getItem('userSid') |
|
|
|
} |
|
|
|
} |
|
|
|