fix(admin): add votes and stamps fields when creating new program

This commit is contained in:
empty
2026-02-03 23:55:27 +08:00
parent 92d560445e
commit 307811886b

View File

@@ -337,6 +337,8 @@ async function saveProgram() {
remark: programForm.value.remark,
status: 'pending',
order: programs.length + 1,
votes: 0,
stamps: [],
});
}