Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
532cef14
Commit
532cef14
authored
May 27, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增组织
parent
86b042cd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/pages/authority/organizationedit.vue
src/pages/authority/organizationedit.vue
+2
-1
src/router/index.js
src/router/index.js
+6
-1
No files found.
src/pages/authority/organizationedit.vue
View file @
532cef14
...
...
@@ -2,7 +2,7 @@
<div
class=
"detail_contain"
>
<p
class=
"now_page_title"
>
权限管理 / 组织管理 /
<span>
组织
编辑
</span>
<span>
组织
{{
$route
.
params
.
id
?
'
编辑
'
:
'
新增
'
}}
</span>
</p>
<div
class=
"info_contain"
>
<el-form
ref=
"form"
:rules=
"rules"
:model=
"form"
label-width=
"0px"
>
...
...
@@ -148,6 +148,7 @@ export default {
this
.
$store
.
commit
(
'
rolefun
'
,
data
)
this
.
getOriginArr
()
});
console
.
log
(
this
.
$route
.
params
.
id
);
},
mounted
()
{},
methods
:
{
...
...
src/router/index.js
View file @
532cef14
...
...
@@ -234,7 +234,12 @@ export default new Router({
component
:
()
=>
import
(
"
@/pages/authority/organizationdetail
"
),
},
{
path
:
"
/authority/organizationedit
"
,
// 组织管理组织编辑
path
:
"
/authority/organizationedit
"
,
// 组织管理组织新增
name
:
"
organizationedit
"
,
component
:
()
=>
import
(
"
@/pages/authority/organizationedit
"
),
},
{
path
:
"
/authority/organizationedit/:id
"
,
// 组织管理组织编辑
name
:
"
organizationedit
"
,
component
:
()
=>
import
(
"
@/pages/authority/organizationedit
"
),
},
...
...
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