mirror of
https://github.com/certd/certd.git
synced 2026-05-14 12:07:32 +08:00
fix: 修复复制流水线保存后丢失分组和排序号的问题
This commit is contained in:
@@ -35,7 +35,7 @@ defineOptions({
|
||||
|
||||
const projectStore = useProjectStore();
|
||||
onMounted(async () => {
|
||||
await projectStore.reload();
|
||||
await projectStore.init();
|
||||
console.log(projectStore.myProjects);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user