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", "deleteLikeDesignCollectionList",
index index
); );
if (!this.likeDesignCollectionList.length) { // if (!this.likeDesignCollectionList.length) {
this.store.commit("deleteUserGroupId"); // this.store.commit("deleteUserGroupId");
} // }
} }
this.disLikeLoading = false; this.disLikeLoading = false;
}) })