修复人物列表bug
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user