Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
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
赵啸非
smart_gov_platform
Commits
4f3f263e
Commit
4f3f263e
authored
Feb 01, 2023
by
YIyiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改工作人员搜索
parent
13931842
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
base-manager-ui/admin/src/pages/basicset/dept/department.vue
base-manager-ui/admin/src/pages/basicset/dept/department.vue
+1
-2
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
...manager-ui/admin/src/pages/basicset/workman/personnel.vue
+7
-4
No files found.
base-manager-ui/admin/src/pages/basicset/dept/department.vue
View file @
4f3f263e
<
template
>
<
template
>
<div
class=
"department"
>
<div
class=
"department"
>
<!-- 右边 -->
<div
class=
"department_tab ff"
>
<div
class=
"department_tab ff"
>
<!-- 部门管理 -->
<!-- 部门管理 -->
<div
class=
"department_left"
>
<div
class=
"department_left"
>
...
@@ -788,4 +787,4 @@ export default {
...
@@ -788,4 +787,4 @@ export default {
background: #f0f2f5;
background: #f0f2f5;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
View file @
4f3f263e
...
@@ -92,12 +92,12 @@
...
@@ -92,12 +92,12 @@
@
change=
"handleWindowSearch"
@
change=
"handleWindowSearch"
>
>
<a-radio
<a-radio
:data-name=
"v.name"
:data-name=
"v.name
+ '-' + v.fromnum
"
v-for=
"v in windowData"
v-for=
"v in windowData"
:key=
"v.id"
:key=
"v.id"
:value=
"v.id"
:value=
"v.id"
>
>
{{
v
.
name
}}
{{
v
.
name
+
"
-
"
+
v
.
fromnum
}}
</a-radio>
</a-radio>
</a-radio-group>
</a-radio-group>
</div>
</div>
...
@@ -581,7 +581,10 @@ export default {
...
@@ -581,7 +581,10 @@ export default {
filePath
:
url
,
filePath
:
url
,
});
});
if
(
res
.
data
.
code
==
1
)
{
if
(
res
.
data
.
code
==
1
)
{
this
.
$message
.
success
(
"
导入成功
"
);
this
.
$notification
.
success
({
message
:
"
导入结果
"
,
description
:
res
.
data
.
msg
,
});
this
.
getWorkmanData
();
this
.
getWorkmanData
();
// this.spinning = false;
// this.spinning = false;
}
}
...
@@ -791,4 +794,4 @@ export default {
...
@@ -791,4 +794,4 @@ export default {
grid-gap: 10px;
grid-gap: 10px;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
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