From accd134e1af267f2f551496f3de1edbf6d8e351b Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 24 May 2024 14:28:00 +0800
Subject: [PATCH] 代码优化
---
src/components/cardPopup/cardPopup.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/components/cardPopup/cardPopup.vue b/src/components/cardPopup/cardPopup.vue
index 13d85d8..e3f0c07 100644
--- a/src/components/cardPopup/cardPopup.vue
+++ b/src/components/cardPopup/cardPopup.vue
@@ -325,6 +325,7 @@
this.getPatrolGroupTree();
this.obj0.noFraudType = this.useWhere
console.table(this.data);
+ this.taskPlaceRecordVOList = []
// console.log(this.data[0].type);
}
@@ -531,4 +532,4 @@
};
</script>
-<style lang="scss"></style>
\ No newline at end of file
+<style lang="scss"></style>
--
Gitblit v1.9.3