From 4ca136ea70f29392bd585a468f0237f338bb9eb5 Mon Sep 17 00:00:00 2001 From: lq <121091329@qq.com> Date: Thu, 25 Sep 2025 16:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4delete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assignment-management/components/task-item.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/property-marketing/assignment-management/components/task-item.vue b/src/views/property-marketing/assignment-management/components/task-item.vue index 2fe2ebd..872f4f3 100644 --- a/src/views/property-marketing/assignment-management/components/task-item.vue +++ b/src/views/property-marketing/assignment-management/components/task-item.vue @@ -130,7 +130,6 @@ const props = defineProps({ task: Object, record: Object, }); - const taskDetail = ref(null); const choseImgArray = ref([]); const choseTextArray = ref([]);