优化代码

This commit is contained in:
pengxiaolong
2025-08-21 21:36:08 +08:00
parent 5a39e461fe
commit 89014e306e
21 changed files with 370 additions and 151 deletions

View File

@@ -44,7 +44,7 @@ watch(refname, async (newQuestion, oldQuestion) => {
onMounted(() => {
getNoticeList({page: 0, size: 10}).then((res) => {
NoticeList.value = res;
});
}).catch((err) => {});
});
onUpdated(() => {
// 组件更新后执行