From b81e5092630ad581841f7a772203ef1963cecca4 Mon Sep 17 00:00:00 2001 From: TreeWish <1131093754@qq.com> Date: 星期二, 28 二月 2023 19:15:35 +0800 Subject: [PATCH] Merge branch 'master' of http://103.85.165.99:8989/r/LFWEB_NEW --- src/components/MapView/mapSpacePop.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/MapView/mapSpacePop.vue b/src/components/MapView/mapSpacePop.vue index c6fd02f..1ccd6eb 100644 --- a/src/components/MapView/mapSpacePop.vue +++ b/src/components/MapView/mapSpacePop.vue @@ -292,6 +292,7 @@ if (data.code != 200) { this.$message.error('鍒楄〃璋冪敤澶辫触'); } + this.optionx = []; var valadata = data.result; for (var i in valadata) { @@ -324,6 +325,7 @@ this.$message.error('鍒楄〃璋冪敤澶辫触'); } this.domainsLayer = data.result; + this.setListDataStart(); this.getTableselectFields(); }, -- Gitblit v1.9.3