选择患者后 点击确认刷新列表

This commit is contained in:
lxd 2025-07-18 16:52:00 +08:00
parent 6b73c42aed
commit 3d2d27a899

View File

@ -1602,8 +1602,8 @@ const handleSelectPatients = () => {
/** 患者选择确认 */
const handlePatientConfirm = (patients: any[], type: string) => {
console.log('选中的患者:', patients)
console.log('操作类型:', type)
//
getList()
}
/** 患者选择取消 */