fix
This commit is contained in:
@@ -147,7 +147,7 @@ export default defineComponent({
|
||||
default:'',
|
||||
},
|
||||
},
|
||||
emits:[],
|
||||
emit:['unLike'],
|
||||
setup(props,{emit}) {
|
||||
const {t} = useI18n()
|
||||
const store = useStore();
|
||||
@@ -474,6 +474,9 @@ export default defineComponent({
|
||||
projectId:store.state.Workspace.probjects.id,
|
||||
collectionSortParentId:props.isDesignPage?item.parentId:'',
|
||||
}
|
||||
if(props.isDesignPage){
|
||||
emit('unLike',item)
|
||||
}
|
||||
}
|
||||
Https.axiosPost(Https.httpUrls.poselikeOrDisike, {},{params:value}).then(
|
||||
(rv) => {
|
||||
|
||||
Reference in New Issue
Block a user