|
|
@@ -187,8 +187,8 @@
|
|
|
:visible="batchImportVisible"
|
|
|
:importApiUrl="importApiUrl"
|
|
|
:templateUrl="templateUrl"
|
|
|
- :show-template="false"
|
|
|
- :templateName="'责任区域-批量导入模版'"
|
|
|
+ :show-template="true"
|
|
|
+ :templateName="'责任区域-非公共区域导入模版'"
|
|
|
@close="() => (batchImportVisible = false)"
|
|
|
@update="handleUpdate"
|
|
|
/>
|
|
|
@@ -232,7 +232,7 @@
|
|
|
const batchImportVisible = ref(false);
|
|
|
const { urlPrefix } = useGlobSetting();
|
|
|
const importApiUrl = ref(urlJoin(urlPrefix, '/areaCheckList/importArea?type=2'));
|
|
|
- const templateUrl = ref('./skyeye-file-upload/sfysecurity/TEMPLATE/import-law-regulation-template.xlsx');
|
|
|
+ const templateUrl = ref('./skyeye-file-upload/sfysecurity/TEMPLATE/责任清单-非公共区域导入模版.xlsx');
|
|
|
|
|
|
const handleUpdate = () => {
|
|
|
batchImportVisible.value = false;
|