From ad4a321de7f3bb00534767a9fd81f7379a666ef5 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 31 五月 2023 09:30:49 +0800 Subject: [PATCH] 数据管理-项目管理目录结构上下调整失效,勘察信息表无信息弹出窗口颜色修改;二维地图不能切换 --- src/components/mapsdk.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/mapsdk.vue b/src/components/mapsdk.vue index 2017b1e..41278f1 100644 --- a/src/components/mapsdk.vue +++ b/src/components/mapsdk.vue @@ -1843,7 +1843,7 @@ } if (!data.result.length) { - this.$message.error("鏈煡璇㈠埌鍕樻帰淇℃伅鏁版嵁"); + this.$message("鏈煡璇㈠埌鍕樻帰淇℃伅鏁版嵁"); return } this.showAttribute = !this.showAttribute; -- Gitblit v1.9.3