|
|
@ -104,7 +104,7 @@ |
|
|
|
import req from '@/api/othermenu/shangzhuangtiaojia' |
|
|
|
import Pagination from '@/components/pagination' |
|
|
|
import pageye from '@/components/pagination/pageye' |
|
|
|
import { getPathSidByUserSid, typeValues } from '@/api/cheliang/dictcommons' |
|
|
|
import { getOrgSidByPath, typeValues } from '@/api/cheliang/dictcommons' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'shangzhuangtaizhangchoose', |
|
|
@ -148,7 +148,7 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
init() { |
|
|
|
getPathSidByUserSid({ userSid: window.sessionStorage.getItem('userSid') }).then((res) => { |
|
|
|
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.queryParams.params.createOrgSid = res.data |
|
|
|
this.loadList() |
|
|
|