From 8e8340911055cea995d410d98e0eeabf84e2e53f Mon Sep 17 00:00:00 2001 From: ChenZeping <chenzeping> Date: 星期二, 27 四月 2021 17:20:47 +0800 Subject: [PATCH] 样式/接口调整 --- 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