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