Merge branch 'main' of ssh://git.jizhiweb.cn:2222/clinic-v2/web

This commit is contained in:
LiJianZhao 2025-05-16 16:18:43 +08:00
commit 101e57c491
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ const close = () => {
emit('close')
}
onMounted(() => {
if (!props.id) return
init()
})
const changePage = (page: any) => {