|
|
@ -90,7 +90,7 @@ |
|
|
|
import Pagination from '@/components/pagination' |
|
|
|
import pageye from '@/components/pagination/pageye' |
|
|
|
import ButtonBar from '@/components/ButtonBar' |
|
|
|
import { typeValues, getPathSidByUserSid } from '@/api/cheliang/dictcommons' |
|
|
|
import { typeValues, getOrgSidByPath } from '@/api/cheliang/dictcommons' |
|
|
|
import gongyingshangAdd from './gongyingshangAdd' |
|
|
|
import gongyingshangInfo from './gongyingshangInfo' |
|
|
|
import req from '@/api/gongyingshang/gongyingshang' |
|
|
@ -224,7 +224,7 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
init() { |
|
|
|
getPathSidByUserSid({ userSid: window.sessionStorage.getItem('userSid') }).then((res) => { |
|
|
|
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.listQuery.params.createOrgSid = res.data |
|
|
|
this.getType() |
|
|
|