refactor: 更新评论API请求方式和监听配置

This commit is contained in:
wangqiao
2025-08-29 21:37:58 +08:00
parent b6fbdb2b26
commit f0e65ee2ab
2 changed files with 3 additions and 1 deletions

View File

@ -87,6 +87,8 @@
() => props.relationId,
() => {
handleGetCommentList()
},{
immediate: true
}
)
</script>