maxiaoxiao il y a 8 mois
Parent
commit
ebc455ae63
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/views/LandConsolidation/components/list.vue

+ 3 - 3
src/views/LandConsolidation/components/list.vue

@@ -41,14 +41,14 @@
         <span class="usable" @click="handle(row)"> 对比 </span>
       </template>
     </tablePage>
-    <handleModal ref="handleRef" @close="searchFun()"></handleModal>
+    <!-- <handleModal ref="handleRef" @close="searchFun()"></handleModal> -->
   </div>
 </template>
 
 <script>
 import tablePage from "@/components/mapView/tablePage.vue";
 import customForm from "@/components/mapView/custom-form.vue";
-import handleModal from "./handleModal.vue";
+
 import { GetList, idleLandList } from "@/api/Idleland.js";
 import { xzForm, TableHeader, reasonList } from "./config";
 import { loadGeoJSON } from "@/utils/MapHelper/help.js";
@@ -57,7 +57,7 @@ export default {
   components: {
     tablePage,
     customForm,
-    handleModal,
+    // handleModal,
   },
   props: {
     type: {