diff --git a/src/views/responseManagement/userResponse/index.vue b/src/views/responseManagement/userResponse/index.vue index a312d7d..6966b0a 100644 --- a/src/views/responseManagement/userResponse/index.vue +++ b/src/views/responseManagement/userResponse/index.vue @@ -123,7 +123,7 @@ Longitude: - + @@ -172,6 +172,11 @@ const handleClick = (tab, event) => { state.selectName = tab.props.name; getTableData(); }; + +const MapPage = defineAsyncComponent({ + loader:() =>import('/@/components/Map.vue'), + delay: 200, +}) const onAllocation = (row) => { select.value.openDialog(row) };