fix: 修复复制流水线保存后丢失分组和排序号的问题

This commit is contained in:
xiaojunnuo
2026-02-28 19:29:13 +08:00
parent ea5e7d9563
commit bc326489ab
7 changed files with 36 additions and 9 deletions
@@ -35,7 +35,7 @@ defineOptions({
const projectStore = useProjectStore();
onMounted(async () => {
await projectStore.reload();
await projectStore.init();
console.log(projectStore.myProjects);
});