|
|
@ -94,7 +94,7 @@ |
|
|
|
<script> |
|
|
|
import Pagination from '@/components/pagination' |
|
|
|
import { sendFinCustomerTrue, vehicleCrmList } from '@/api/jichuxinxi/crmcustomer' |
|
|
|
import { typeValues, getPathSidByUserSid } from '@/api/dictcommons/dictcommons' |
|
|
|
import { typeValues, getOrgSidByPath } from '@/api/dictcommons/dictcommons' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'vehicleSelect', |
|
|
@ -143,7 +143,7 @@ export default { |
|
|
|
}, |
|
|
|
init() { |
|
|
|
this.shujuzidian() |
|
|
|
getPathSidByUserSid({ userSid: window.sessionStorage.getItem('userSid') }).then((resp) => { |
|
|
|
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.listQuery.params.createOrgSid = resp.data |
|
|
|
this.getList() |
|
|
|