|
@@ -85,7 +85,6 @@ const handleAdd = async () => {
|
|
|
|
|
|
const handleExport = async () => {
|
|
const handleExport = async () => {
|
|
const data = await getJobAdvertisedExport(query.value)
|
|
const data = await getJobAdvertisedExport(query.value)
|
|
- console.log('getJobAdvertisedExport', 11111, data)
|
|
|
|
const label = tabList.find(e => e.value === tab.value)?.label || ''
|
|
const label = tabList.find(e => e.value === tab.value)?.label || ''
|
|
const txt = `职位列表${label? '(' + label + ')' : ''}`
|
|
const txt = `职位列表${label? '(' + label + ')' : ''}`
|
|
download.excel(data, txt)
|
|
download.excel(data, txt)
|