This commit is contained in:
X1627315083
2024-08-18 21:45:39 +08:00
parent 426a125c26
commit 23fd48b00f

View File

@@ -934,9 +934,9 @@ export default defineComponent({
"deleteLikeDesignCollectionList",
index
);
if (!this.likeDesignCollectionList.length) {
this.store.commit("deleteUserGroupId");
}
// if (!this.likeDesignCollectionList.length) {
// this.store.commit("deleteUserGroupId");
// }
}
this.disLikeLoading = false;
})