提交 fa8f6652 编写于 作者: D DebugIsFalse

fix: collection_id

上级 ee73ad58
...@@ -16,11 +16,11 @@ const { deleteCollectionRecord, deleteThread } = useCollectionRequest() ...@@ -16,11 +16,11 @@ const { deleteCollectionRecord, deleteThread } = useCollectionRequest()
const Layout = inject('Layout') const Layout = inject('Layout')
const modal = useModal() const modal = useModal()
const props = defineProps({ const props = defineProps({
collectionId: { collection_id: {
type: [ String, Number ], type: [ String, Number ],
default: '' default: ''
}, },
cId: { c_id: {
type: [ String, Number ], type: [ String, Number ],
default: '' default: ''
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册