Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
Project
Project
Details
Activity
Releases
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
张伯涛
cust_web
Commits
3bdf8942
Commit
3bdf8942
authored
Feb 25, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
db10617e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
index.vue
src/views/operationsManagement/member/index.vue
+1
-1
index.vue
src/views/system/user/index.vue
+1
-2
No files found.
src/views/operationsManagement/member/index.vue
View file @
3bdf8942
...
@@ -379,7 +379,7 @@
...
@@ -379,7 +379,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"创建时间"
prop=
"createDate"
:show-overflow-tooltip=
"true"
width=
"180"
>
<el-table-column
label=
"创建时间"
prop=
"createDate"
:show-overflow-tooltip=
"true"
width=
"180"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm
:ss
'
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
src/views/system/user/index.vue
View file @
3bdf8942
...
@@ -826,7 +826,6 @@ export default {
...
@@ -826,7 +826,6 @@ export default {
// 取消按钮
// 取消按钮
cancel
()
{
cancel
()
{
this
.
open
=
false
this
.
open
=
false
this
.
showSecretData
=
true
this
.
reset
()
this
.
reset
()
},
},
// 表单重置
// 表单重置
...
@@ -888,6 +887,7 @@ export default {
...
@@ -888,6 +887,7 @@ export default {
this
.
reset
()
this
.
reset
()
const
userId
=
row
.
businessId
||
this
.
ids
const
userId
=
row
.
businessId
||
this
.
ids
getUser
(
userId
).
then
(
response
=>
{
getUser
(
userId
).
then
(
response
=>
{
this
.
showSecretData
=
true
this
.
open
=
true
this
.
open
=
true
this
.
form
=
response
.
data
this
.
form
=
response
.
data
const
data
=
response
.
data
.
roleIds
.
split
(
','
)
const
data
=
response
.
data
.
roleIds
.
split
(
','
)
...
@@ -897,7 +897,6 @@ export default {
...
@@ -897,7 +897,6 @@ export default {
this
.
form
.
roleList
.
push
(
id
)
this
.
form
.
roleList
.
push
(
id
)
})
})
// this.form.postId = response.data.deptId
// this.form.postId = response.data.deptId
this
.
showSecretData
=
true
this
.
title
=
'修改用户'
this
.
title
=
'修改用户'
})
})
// this.getChildrenDept(userId)
// this.getChildrenDept(userId)
...
...
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