Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
06634497
Commit
06634497
authored
Jul 26, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
83b16c6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
employee-info.vue
src/components/school/manager/employee-info.vue
+4
-1
sysuser.vue
src/pages/school/sysuser.vue
+2
-2
No files found.
src/components/school/manager/employee-info.vue
View file @
06634497
...
@@ -300,8 +300,11 @@
...
@@ -300,8 +300,11 @@
//获取岗位下拉
//获取岗位下拉
queryPostList
()
{
queryPostList
()
{
var
postMsg
=
{
var
postMsg
=
{
QDeptIds
:
this
.
saveObj
.
Dept_Id
QDeptIds
:
0
};
};
if
(
this
.
saveObj
&&
this
.
saveObj
.
Dept_Id
)
{
postMsg
.
QDeptIds
=
this
.
saveObj
.
Dept_Id
;
}
queryDeptPostList
(
postMsg
).
then
(
res
=>
{
queryDeptPostList
(
postMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
if
(
res
.
Code
==
1
)
{
this
.
PostList
=
res
.
Data
;
this
.
PostList
=
res
.
Data
;
...
...
src/pages/school/sysuser.vue
View file @
06634497
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
<div
class=
"col-2 q-table__title"
>
员工管理
</div>
<div
class=
"col-2 q-table__title"
>
员工管理
</div>
<q-space
/>
<q-space
/>
<div
class=
"page-option"
>
<div
class=
"page-option"
>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
icon=
"add"
label=
"新增员工"
@
click=
"EditManager(null)"
/>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
icon=
"add"
label=
"新增员工"
@
click=
"EditManager(null
,0
)"
/>
<q-btn-dropdown
outline
size=
"sm"
color=
"dark"
label=
"更多"
>
<q-btn-dropdown
outline
size=
"sm"
color=
"dark"
label=
"更多"
>
<q-list>
<q-list>
<q-item
clickable
v-close-popup
@
click=
"getType(1)"
>
<q-item
clickable
v-close-popup
@
click=
"getType(1)"
>
...
@@ -582,7 +582,7 @@
...
@@ -582,7 +582,7 @@
}
}
if
(
type
==
1
)
{
if
(
type
==
1
)
{
this
.
isShowEmpInfo
=
true
;
this
.
isShowEmpInfo
=
true
;
}
else
if
(
type
==
2
)
{
}
else
if
(
type
==
2
||
type
==
0
)
{
this
.
isShowManagerForm
=
true
;
this
.
isShowManagerForm
=
true
;
}
}
},
},
...
...
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