优化格式问题

This commit is contained in:
2025-10-30 09:45:50 +08:00
parent c951144ac6
commit 9728c8a6dd

View File

@@ -568,7 +568,7 @@ function handleSaveDiagnosis() {
// 食源性疾病逻辑
isFoodDiseasesNew({ encounterId: props.patientInfo.encounterId }).then((res2) => {
if (res2.code === 20?('data') && res2.data) {
if (res2.code === 20 && res2.data) {
window.open(res2.data, '_blank');
}
});