From fa8f6652321106afbc6a52ddf554aad2dca7a172 Mon Sep 17 00:00:00 2001 From: DebugIsFalse <511418503@qq.com> Date: Thu, 13 Jun 2024 15:00:13 +0800 Subject: [PATCH] fix: collection_id --- components/i/action/Thread.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/i/action/Thread.vue b/components/i/action/Thread.vue index ed93e3a..cb887e5 100644 --- a/components/i/action/Thread.vue +++ b/components/i/action/Thread.vue @@ -16,11 +16,11 @@ const { deleteCollectionRecord, deleteThread } = useCollectionRequest() const Layout = inject('Layout') const modal = useModal() const props = defineProps({ - collectionId: { + collection_id: { type: [ String, Number ], default: '' }, - cId: { + c_id: { type: [ String, Number ], default: '' }, -- GitLab