vue3【notice】:1)增加 reloadList 建议 await;2)notice 的 html 详情展示的 todo;3)列表不展示 content 字段

This commit is contained in:
YunaiV
2022-11-16 09:39:05 +08:00
parent b84047b34b
commit f894085cbd
2 changed files with 4 additions and 3 deletions

View File

@ -148,7 +148,7 @@ const submitForm = async () => {
dialogVisible.value = false
} finally {
actionLoading.value = false
// 刷新列表
// 刷新列表 TODO 星语:这里要有个 await
reloadList(xGrid)
}
}