From 15194e4e1e5256936f99d1f6b8a265a1f46519ba Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 21 Apr 2023 16:32:11 +0800
Subject: [PATCH] 电子沙盘调整

---
 src/views/activity/components/twoDrawBtnBox.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/activity/components/twoDrawBtnBox.vue b/src/views/activity/components/twoDrawBtnBox.vue
index 9d5f17b..2b864c9 100644
--- a/src/views/activity/components/twoDrawBtnBox.vue
+++ b/src/views/activity/components/twoDrawBtnBox.vue
@@ -530,6 +530,10 @@
             if ('remark' in params && params.remark != '') {
                 overlay.attrParams.item.remark = params.remark
             }
+
+            if ('type' in params && params.type != '') {
+                overlay.attrParams.item.type = params.type
+            }
         },
 
         // 修改警车样式

--
Gitblit v1.9.3