From e154927eecbe36abd245f196ddcfc08a8b0d9be4 Mon Sep 17 00:00:00 2001 From: 王旭 <1377869194@qq.com> Date: 星期三, 22 二月 2023 17:28:39 +0800 Subject: [PATCH] 1 --- src/components/MapView/mapSpacePop.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/MapView/mapSpacePop.vue b/src/components/MapView/mapSpacePop.vue index 37ef809..648bff5 100644 --- a/src/components/MapView/mapSpacePop.vue +++ b/src/components/MapView/mapSpacePop.vue @@ -232,7 +232,7 @@ obj = this.optionx.find(function (item) { return item.field === value; }); - // debugger + // if (obj.type == 'serial' || obj.type == 'int') { // this.options = this.options2; // } else { -- Gitblit v1.9.3