This commit is contained in:
Your Name
2026-06-05 15:12:57 +08:00
parent c554e08f2e
commit a440702c07
12 changed files with 298 additions and 92 deletions
+1 -1
View File
@@ -1262,7 +1262,7 @@ const handleSubmit = async () => {
}
const handleViewCase = (row: any) => {
prescriptionRef.value?.openById(row.id, { slipType: 'user', hideCaseRecord: true })
prescriptionRef.value?.openById(row.id, { slipType: 'user' })
}
// 开方:传入当前诊单数据,包含详细病历(深拷贝避免响应式引用)