修复投稿器加载多个异常程序截图的问题

Signed-off-by: gfdgd_xi <3025613752@qq.com>
This commit is contained in:
2026-06-17 11:21:38 +08:00
parent bd8d070f32
commit cd3e087cdf
3 changed files with 142 additions and 39 deletions
-1
View File
@@ -1063,6 +1063,5 @@ import { onMounted, nextTick } from "vue";
onMounted(() => {
console.log("[Submitter] Component mounted, loading categories and tags");
loadCategoriesList();
loadTagsList();
});
</script>