This commit is contained in:
parent
6ea01cb14b
commit
ba889b5685
|
|
@ -584,7 +584,7 @@ const ruleFormRef = ref()
|
|||
const pageParams = route.params
|
||||
const cart = cartStore()
|
||||
const isType: any = localStorage.getItem('rolesType')
|
||||
const companyIdNew = store.userInfo.companyId
|
||||
const companyIdNew = store.userInfo.deptId || store.userInfo.companyId
|
||||
|
||||
console.log(pageParams, 'pageParams')
|
||||
const backPath = ref<any>('')
|
||||
|
|
|
|||
|
|
@ -378,7 +378,7 @@ const ruleFormRef = ref()
|
|||
const pageParams = route.params
|
||||
const cart = cartStore()
|
||||
const isType: any = localStorage.getItem('rolesType')
|
||||
const companyIdNew = store.userInfo.companyId
|
||||
const companyIdNew = store.userInfo.deptId || store.userInfo.companyId
|
||||
|
||||
console.log(pageParams, 'pageParams')
|
||||
const backPath = ref<any>('')
|
||||
|
|
|
|||
Loading…
Reference in New Issue