Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
mes
mes-ui
Commits
e36d2e6a
Commit
e36d2e6a
authored
Sep 10, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
4a7adccf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
index.vue
src/views/system/user/index.vue
+1
-1
workunitSelect.vue
src/views/system/user/profile/workunitSelect.vue
+0
-2
No files found.
src/views/system/user/index.vue
View file @
e36d2e6a
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
</el-col>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
:columns=
"columns"
></right-toolbar>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
:columns=
"columns"
></right-toolbar>
</el-row>
</el-row>
<workunitSelect
:id=
"id"
ref=
"workunitSelectRef"
@
reflash=
"workerFlash"
/>
<workunitSelect
:userId=
"form.userId"
:id=
"id"
ref=
"workunitSelectRef"
@
reflash=
"workerFlash"
/>
<el-table
v-loading=
"loading"
:data=
"userList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"userList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"50"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"50"
align=
"center"
/>
<el-table-column
label=
"用户名称"
align=
"center"
key=
"userName"
prop=
"userName"
v-if=
"columns[1].visible"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"用户名称"
align=
"center"
key=
"userName"
prop=
"userName"
v-if=
"columns[1].visible"
:show-overflow-tooltip=
"true"
/>
...
...
src/views/system/user/profile/workunitSelect.vue
View file @
e36d2e6a
...
@@ -87,7 +87,6 @@ export default {
...
@@ -87,7 +87,6 @@ export default {
// 查询参数
// 查询参数
queryParams
:
{
queryParams
:
{
workunitCode
:
null
,
workunitCode
:
null
,
userId
:
this
.
userId
,
pageNum
:
1
,
pageNum
:
1
,
pageSize
:
10
,
pageSize
:
10
,
workunitName
:
null
,
workunitName
:
null
,
...
@@ -105,7 +104,6 @@ export default {
...
@@ -105,7 +104,6 @@ export default {
this
.
selectedWorkunitId
=
null
this
.
selectedWorkunitId
=
null
this
.
selectedRows
=
[]
this
.
selectedRows
=
[]
this
.
queryParams
.
workstationName
=
this
.
workstationName
;
this
.
queryParams
.
workstationName
=
this
.
workstationName
;
this
.
queryParams
.
userId
=
this
.
userId
;
this
.
queryParams
.
workstationId
=
this
.
workstationId
;
this
.
queryParams
.
workstationId
=
this
.
workstationId
;
this
.
getList
();
this
.
getList
();
},
},
...
...
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