Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
huamu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郭铭瑶
huamu
Commits
9791d78c
Commit
9791d78c
authored
Sep 16, 2021
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组织架构添加权限控制
parent
60a614be
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
331 additions
and
138 deletions
+331
-138
actions.ts
src/store/actions.ts
+9
-2
struct-modal.vue
src/view/components/struct-modal.vue
+322
-136
No files found.
src/store/actions.ts
View file @
9791d78c
...
@@ -21,8 +21,15 @@ export default {
...
@@ -21,8 +21,15 @@ export default {
commit
(
'SET_AUTH'
,
{
commit
(
'SET_AUTH'
,
{
userid
:
91541
,
userid
:
91541
,
orgid
:
'000001'
,
orgid
:
'000001'
,
// code: '001.001.031.014.205', // 最高权限
code
:
'001.001.031.014.205'
,
// 最高权限
code
:
'001.001.031.014.205.002.001'
,
//牡丹社区委员会
// code: '001.001.031.014.205.001', // 行政党组
// code: '001.001.031.014.205.002', // 社区党委
// code: '001.001.031.014.205.002.001', //牡丹社区委员会
// code: '001.001.031.014.205.002.001.601', // 牡丹第一居民区总支部委员会
// code: '001.001.031.014.205.002.007', // 杉杉控股
// code: '001.001.031.014.205.002.804', // 钦洋投资管理中心总支委员会
// code: '001.001.031.014.205.003', // 机关事业单位
// code: '001.001.031.014.205.003.701', // 机关第一支部委员会
})
})
return
return
}
}
...
...
src/view/components/struct-modal.vue
View file @
9791d78c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment