|
@@ -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: {
|