From 30c3c06760f6412cbdb2a3a8418e1f0d43e66d30 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期一, 19 四月 2021 18:15:34 +0800 Subject: [PATCH] 完成附属设施功能。1 --- src/components/panel/topicSearch/pipeChangesSearch.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/components/panel/topicSearch/pipeChangesSearch.vue b/src/components/panel/topicSearch/pipeChangesSearch.vue index dbd4bee..e433b29 100644 --- a/src/components/panel/topicSearch/pipeChangesSearch.vue +++ b/src/components/panel/topicSearch/pipeChangesSearch.vue @@ -68,8 +68,6 @@ </template> <script> -import { PipelineTypeOptions } from '@/conf/layers/LayerSewers' - import WfsHelper from '@components/helpers/WfsHelper' import AjaxUtils from '@utils/AjaxUtils' export default { @@ -78,7 +76,6 @@ return { gdVisible: true, list: [], - labelList: PipelineTypeOptions[0].labelList, total: 0, form: { areaVal: '', -- Gitblit v1.8.0