|
@ -795,6 +795,7 @@ const handleImport = () => { |
|
|
|
|
|
|
|
|
// 导入附件弹窗所需的参数 |
|
|
// 导入附件弹窗所需的参数 |
|
|
const importTemplateData = reactive({ |
|
|
const importTemplateData = reactive({ |
|
|
|
|
|
dataType:'1', |
|
|
templateUrl: '', |
|
|
templateUrl: '', |
|
|
templateTitle: `【${route.meta.title}】导入模版.xlsx` |
|
|
templateTitle: `【${route.meta.title}】导入模版.xlsx` |
|
|
}) |
|
|
}) |
|
|