Commit 4f3f263e authored by YIyiyi's avatar YIyiyi

pref:修改工作人员搜索

parent 13931842
<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
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment