宅基地新增

This commit is contained in:
shijingjing
2022-04-07 15:35:23 +08:00
parent 80617aada2
commit cbd022aed3
3 changed files with 53 additions and 44 deletions

View File

@@ -11,6 +11,7 @@
<template #right>
<el-input size="small" placeholder="查询合同编号/流出方/承接方/证件号码" v-model="search.name" clearable @clear="page.current = 1, searchObj.name = '',getTableData()"
suffix-icon="iconfont iconSearch" v-throttle="() => {(page.current = 1), getTableData();}"/>
<!-- 导入导出 -->
<ai-import :instance="instance" :dict="dict" importUrl="/appcreditdishonestperson/import" url="/appcreditdishonestperson/downloadTemplate" name="失信被执行人信息" @success="getTableData(), $message.success('导入成功!')">
<el-button size="small">导入</el-button>
</ai-import>