2023-11-29-dist

This commit is contained in:
X1627315083
2023-11-29 09:56:48 +08:00
parent 38ee708a85
commit 22df874f78
31 changed files with 102 additions and 91 deletions

View File

@@ -325,6 +325,7 @@ export default defineComponent({
type2:'Moodboard'
};
file.id_ = GO.id++
file.id = res.data.id
let fileList = this.fileList.filter(
(v: any) => v.status === "done"
);