|
|
@@ -231,7 +231,7 @@
|
|
|
// 批量导入
|
|
|
const batchImportVisible = ref(false);
|
|
|
const { urlPrefix } = useGlobSetting();
|
|
|
- const importApiUrl = ref(urlJoin(urlPrefix, '/productionSafety/lawRegulation/import'));
|
|
|
+ const importApiUrl = ref(urlJoin(urlPrefix, '/admin/prod/lawRegulation/importLawRegulation'));
|
|
|
const templateUrl = ref('./skyeye-file-upload/sfysecurity/TEMPLATE/import-law-regulation-template.xlsx');
|
|
|
|
|
|
const handleImport = () => {
|