Commit 4f3f263e authored by YIyiyi's avatar YIyiyi

pref:修改工作人员搜索

parent 13931842
<template>
<div class="department">
<!-- 右边 -->
<div class="department_tab ff">
<!-- 部门管理 -->
<div class="department_left">
......@@ -788,4 +787,4 @@ export default {
background: #f0f2f5;
}
}
</style>
\ No newline at end of file
</style>
......@@ -92,12 +92,12 @@
@change="handleWindowSearch"
>
<a-radio
:data-name="v.name"
:data-name="v.name + '-' + v.fromnum"
v-for="v in windowData"
:key="v.id"
:value="v.id"
>
{{ v.name }}
{{ v.name + "-" + v.fromnum }}
</a-radio>
</a-radio-group>
</div>
......@@ -581,7 +581,10 @@ export default {
filePath: url,
});
if (res.data.code == 1) {
this.$message.success("导入成功");
this.$notification.success({
message: "导入结果",
description: res.data.msg,
});
this.getWorkmanData();
// this.spinning = false;
}
......@@ -791,4 +794,4 @@ export default {
grid-gap: 10px;
}
}
</style>
\ No newline at end of file
</style>
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