版本更新

This commit is contained in:
Zhang.WH
2025-10-16 17:38:08 +08:00
parent f515bb8fbb
commit e4c5f36f2e
488 changed files with 41436 additions and 2901 deletions

View File

@@ -108,7 +108,10 @@ function handleUseOrderGroup(row) {
}
function getList() {
getAdviceHistoryInfo({ patientId: props.patientInfo.patientId, encounterId: props.patientInfo.encounterId }).then((res) => {
getAdviceHistoryInfo({
patientId: props.patientInfo.patientId,
encounterId: props.patientInfo.encounterId,
}).then((res) => {
orderList.value = res.data;
});
}
@@ -116,4 +119,4 @@ function getList() {
defineExpose({
handleOpen,
});
</script>
</script>