bug修复

This commit is contained in:
nojava
2026-05-18 03:16:37 +08:00
parent a167497f3f
commit e29df9cddd
33 changed files with 14241 additions and 77 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ async function handleSubmit(publish) {
const data = {
...form.value,
content: editor.value?.getHTML() || '',
publish,
status: publish ? 1 : 0,
}
if (isEdit.value) {
await updateArticle(route.params.id, data)