fix: 自测bug修复。

This commit is contained in:
tianyongbao
2025-01-04 16:23:34 +08:00
parent 56b4223daa
commit 28ba06cb52
2 changed files with 5 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ function getData() {
form.value = res.data
// 就医类型
getDicts('doctor_type').then(result => {
typeList.value =[result.data]
form.value.typeName=dictStr(form.value.type, result.data)
})
})