版本更新
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user