修复人物列表bug

This commit is contained in:
X1627315083
2024-05-17 19:41:19 +08:00
parent da14fe949a
commit 25d3d40fd1
4 changed files with 10 additions and 8 deletions

View File

@@ -518,7 +518,6 @@ export default defineComponent({
this.allBoardData?.sketchboardFiles?.forEach((sketchItem:any) => {
this.workspacePosition.forEach((positionItem:any) => {
console.log(sketchItem,positionItem);
if(positionItem.value == sketchItem.category){
num ++
@@ -635,6 +634,7 @@ export default defineComponent({
"setDesignCollectionList",
rv.designCollectionItems
);
this.store.commit("setLikeDesignCollectionList", []);
this.store.commit("deleteUserGroupId");
this.store.commit(
@@ -644,7 +644,6 @@ export default defineComponent({
this.store.commit("setDesignId", rv.designId);
// this.designProgress = 0;
this.startDesignType = "design";
}
})
.catch((res) => {
@@ -679,6 +678,7 @@ export default defineComponent({
);
// this.designProgress = 0,
this.startDesignType = "resDesign";
this.store.commit("setDesignId", rv.designId);
}
})
.catch((res) => {
@@ -828,6 +828,7 @@ export default defineComponent({
if (this.likeLoading) {
return;
}
this.likeLoading = true;
Https.axiosPost(Https.httpUrls.designLike, data)
.then((rv: any) => {