|
|
@ -191,7 +191,7 @@ const handleExport = async () => { |
|
|
|
// 发起导出 |
|
|
|
exportLoading.value = true |
|
|
|
const data = await BarbasicApi.exportBarbasic(setSearchParams) |
|
|
|
download.excel(data, '条码实体基类.xls') |
|
|
|
download.excel(data, '条码实体基类.xlsx') |
|
|
|
} catch { |
|
|
|
} finally { |
|
|
|
exportLoading.value = false |
|
|
@ -206,7 +206,7 @@ const handleImport = () => { |
|
|
|
// 导入附件弹窗所需的参数 |
|
|
|
const importTemplateData = reactive({ |
|
|
|
templateUrl: '', |
|
|
|
templateTitle: '条码实体基类导入模版.xls' |
|
|
|
templateTitle: '条码实体基类导入模版.xlsx' |
|
|
|
}) |
|
|
|
// 导入成功之后 |
|
|
|
const importSuccess = () => { |
|
|
|