src/views/archivePlaceName/index.vue
@@ -153,7 +153,7 @@ import { listPlaceName, enload,getName, delName, addName, updateName } from "@/api/system/placeName" export default { name: "Name", name: "ArchiveZoneInfo", data() { return { // 遮罩层 @@ -293,7 +293,7 @@ /** 导入模板下载操作*/ handleExportTemplate() { this.download('/system/placeName/model', { }, `placeName_${new Date().getTime()}.xls`) @@ -331,7 +331,7 @@ }); } } } </script>