Remove obsolete export APIs and persist recruitment work history
This commit is contained in:
@@ -89,16 +89,6 @@
|
||||
v-hasPermi="['ccdi:accountInfo:import']"
|
||||
>导入</el-button>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
type="warning"
|
||||
plain
|
||||
icon="el-icon-download"
|
||||
size="mini"
|
||||
@click="handleExport"
|
||||
v-hasPermi="['ccdi:accountInfo:export']"
|
||||
>导出</el-button>
|
||||
</el-col>
|
||||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList" />
|
||||
</el-row>
|
||||
|
||||
@@ -646,11 +636,6 @@ export default {
|
||||
handleImport() {
|
||||
this.upload.open = true
|
||||
},
|
||||
handleExport() {
|
||||
this.download('ccdi/accountInfo/export', {
|
||||
...this.queryParams
|
||||
}, `账户库管理_${new Date().getTime()}.xlsx`)
|
||||
},
|
||||
importTemplate() {
|
||||
this.download('ccdi/accountInfo/importTemplate', {}, `账户库导入模板_${new Date().getTime()}.xlsx`)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user