From 3cd5fc1c2fd8ac0fa52050b4c23bb7fd7cbf954a Mon Sep 17 00:00:00 2001 From: ChenZeping02609 <chenzeping02609@163.com> Date: 星期四, 13 五月 2021 14:19:56 +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