提交 e878f069 编写于 作者: changdi.hao's avatar changdi.hao

优化提示和显示

上级 8d73d562
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
</el-form> </el-form>
</el-row> </el-row>
<el-row justify="end" class="row" type="flex" style="margin: 5px 0 10px;width:1000px;" v-if="shieldType == 0"> <el-row justify="end" class="row" type="flex" style="margin: 5px 0 10px;width:1000px;" v-if="shieldType == 0">
<span class="tip">(请在机构信息匹配完成后再进行批量屏蔽)</span>
<el-button type="primary" size="small" @click="importMate()">机构匹配</el-button> <el-button type="primary" size="small" @click="importMate()">机构匹配</el-button>
<el-button type="primary" size="small" @click="importBatch()">批量屏蔽</el-button> <el-button type="primary" size="small" @click="importBatch()">批量屏蔽</el-button>
</el-row> </el-row>
...@@ -700,6 +701,7 @@ export default { ...@@ -700,6 +701,7 @@ export default {
message: '屏蔽成功', message: '屏蔽成功',
type: 'success' type: 'success'
}); });
this.searchList();
} else { } else {
this.isLoading = false; this.isLoading = false;
this.$message.error(res.message); this.$message.error(res.message);
...@@ -725,7 +727,11 @@ export default { ...@@ -725,7 +727,11 @@ export default {
.component-content { .component-content {
padding: 10px; padding: 10px;
background: #fff; background: #fff;
.tip {
color: #D51F35;
font-size: 14px;
line-height: 32px;
}
.complete { .complete {
float: right; float: right;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册