From 551d9377a40a4e19e978d30b851720c0323c2d14 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 22 Mar 2023 15:18:05 +0800
Subject: [PATCH] 活动修改

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

diff --git a/src/views/activity/components/drawBtnBox.vue b/src/views/activity/components/drawBtnBox.vue
index 9730f1a..df0c0ce 100644
--- a/src/views/activity/components/drawBtnBox.vue
+++ b/src/views/activity/components/drawBtnBox.vue
@@ -731,8 +731,8 @@
             }
         },
 
-        // 修改活动警车
-        // id活动id, carId警车id, color颜色, width巡逻路线范围宽度, type线面类型, position坐标
+        // 修改警车
+        // idid, carId警车id, color颜色, width巡逻路线范围宽度, type线面类型, position坐标
         updateActivityCar (params, overlay) {
             updateActivityCar(params).then(res => {
                 if (res.data.success) {
@@ -751,8 +751,8 @@
             })
         },
 
-        // 修改活动警员
-        // id活动id, policemanId警察id ,color颜色
+        // 修改警员
+        // idid, policemanId警察id ,color颜色
         updateActivityPolice (params, overlay) {
             updateActivityPolice(params).then(res => {
                 if (res.data.success) {

--
Gitblit v1.9.3