diff --git a/components/i/action/Thread.vue b/components/i/action/Thread.vue index ed93e3aff14918c850bf9ada82f588f5066e1e91..cb887e57d76f95515cb6a658fabd83aaac84f296 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: '' },