|
|
@ -159,7 +159,7 @@ import req from '@/api/purchasingchannels/purchasingchannels' |
|
|
|
import Pagination from '@/components/pagination' |
|
|
|
import pageye from '@/components/pagination/pageye' |
|
|
|
import ButtonBar from '@/components/ButtonBar' |
|
|
|
import { getPathSidByUserSid, selectOrgLists, typeValues } from '@/api/cheliang/dictcommons' |
|
|
|
import { getOrgSidByPath, selectOrgLists, typeValues } from '@/api/cheliang/dictcommons' |
|
|
|
import { getStorage } from '@/utils/auth' |
|
|
|
import saleOrder from '@/components/publicPage/saleOrder' |
|
|
|
|
|
|
@ -296,7 +296,7 @@ export default { |
|
|
|
this.orgDept_list = res.data |
|
|
|
} |
|
|
|
}) |
|
|
|
getPathSidByUserSid({ userSid: window.sessionStorage.getItem('userSid') }).then((res) => { |
|
|
|
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.listQuery.params.useOrgSid = res.data |
|
|
|
// 加载列表 |
|
|
|