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
d59bf60b
Commit
d59bf60b
authored
Jun 19, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed:权限管理--组织管理,同一个帐号,创建组织页面的创建人和修改组织页面的创建人显示不一致
parent
462cd086
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/pages/authority/organization/organizationedit.vue
src/pages/authority/organization/organizationedit.vue
+1
-1
src/pages/authority/role/addroles.vue
src/pages/authority/role/addroles.vue
+1
-1
src/pages/authority/user/organizationuser.vue
src/pages/authority/user/organizationuser.vue
+1
-1
No files found.
src/pages/authority/organization/organizationedit.vue
View file @
d59bf60b
...
@@ -164,7 +164,7 @@ export default {
...
@@ -164,7 +164,7 @@ export default {
this
.
$api
.
user
.
getNowUser
().
then
(({
data
})
=>
{
this
.
$api
.
user
.
getNowUser
().
then
(({
data
})
=>
{
if
(
data
.
success
==
1
)
{
if
(
data
.
success
==
1
)
{
this
.
form
=
{
this
.
form
=
{
person
:
data
.
data
.
user_
name
,
person
:
data
.
data
.
user_
id
,
date
:
formatDateTime_date
(
new
Date
()),
date
:
formatDateTime_date
(
new
Date
()),
};
};
}
else
{
}
else
{
...
...
src/pages/authority/role/addroles.vue
View file @
d59bf60b
...
@@ -307,7 +307,7 @@ export default {
...
@@ -307,7 +307,7 @@ export default {
get_now_user
()
{
get_now_user
()
{
this
.
$api
.
user
.
getNowUser
().
then
(({
data
})
=>
{
this
.
$api
.
user
.
getNowUser
().
then
(({
data
})
=>
{
let
baseinfo
=
{
let
baseinfo
=
{
person
:
data
.
data
.
user_
name
,
person
:
data
.
data
.
user_
id
,
date
:
formatDateTime_date
(
new
Date
()),
date
:
formatDateTime_date
(
new
Date
()),
};
};
this
.
form
=
{
this
.
form
=
{
...
...
src/pages/authority/user/organizationuser.vue
View file @
d59bf60b
...
@@ -507,7 +507,7 @@ export default {
...
@@ -507,7 +507,7 @@ export default {
this
.
$api
.
user
.
getNowUser
().
then
(({
data
})
=>
{
this
.
$api
.
user
.
getNowUser
().
then
(({
data
})
=>
{
if
(
data
.
success
==
1
)
{
if
(
data
.
success
==
1
)
{
this
.
baseinfo
=
{
this
.
baseinfo
=
{
person
:
data
.
data
.
user_
name
,
person
:
data
.
data
.
user_
id
,
date
:
formatDateTime_date
(
new
Date
()),
date
:
formatDateTime_date
(
new
Date
()),
};
};
this
.
form
=
{
this
.
form
=
{
...
...
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