Browse Source

fix():修复路内bug

tags/PMS_Frontend_v1.0.6-develop
guoxin 1 year ago
parent
commit
642d9dae5d
  1. 2
      src/pages/InRoadMgm/RoadMgm/AddRoad/loadable.jsx

2
src/pages/InRoadMgm/RoadMgm/AddRoad/loadable.jsx

@ -19,7 +19,7 @@ import {
import { PlusOutlined } from "@ant-design/icons"; import { PlusOutlined } from "@ant-design/icons";
import { useLocation, useNavigate } from "react-router-dom"; import { useLocation, useNavigate } from "react-router-dom";
import { ImgUpload, TreeSelectGroup, SelectLntLat} from "@/components";
import { ImgUpload, TreeSelectGroup, SelectGaodeLngLat} from "@/components";
import moment from "moment"; import moment from "moment";
import "./index.scss"; import "./index.scss";
import ajax from "@/services"; import ajax from "@/services";

Loading…
Cancel
Save