更新
This commit is contained in:
parent
b6ff1b9ff8
commit
3b8b2c1dcb
@ -85,6 +85,7 @@ const opendiag = async (type, row) => {
|
||||
|
||||
dialogTitle.value = t('action.' + type)
|
||||
resetForm()
|
||||
await getlogininfo()
|
||||
rowinfo.value = row
|
||||
//查询当前患者的危急值相关信息
|
||||
const data = await WarningApi.getexmidororgiddata(rowinfo.value.examId, rowinfo.value.orgId)
|
||||
@ -102,9 +103,7 @@ const opendiag = async (type, row) => {
|
||||
//上报医生
|
||||
formData.value.reportDoctor = Profilevo.value.nickname
|
||||
}
|
||||
|
||||
await getlogininfo()
|
||||
|
||||
|
||||
formLoading.value = false
|
||||
dialogVisible.value = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user