From cc807698a81028a625030bab0b5bd4fcfb2a56ee Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 23 May 2024 08:50:55 +0800
Subject: [PATCH] 代码优化

---
 src/components/cardPopup/cardPopup.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/components/cardPopup/cardPopup.vue b/src/components/cardPopup/cardPopup.vue
index 6536427..13d85d8 100644
--- a/src/components/cardPopup/cardPopup.vue
+++ b/src/components/cardPopup/cardPopup.vue
@@ -473,6 +473,7 @@
           this.obj0.lat = arr[1]
           this.obj0.location = arr[2]
         }
+        this.obj0.type = 2
         this.obj0.taskPlaceRecordVOList = this.taskPlaceRecordVOList
         add(this.obj0).then(() => {
           this.qx();

--
Gitblit v1.9.3