|
@@ -378,11 +378,11 @@ export default {
|
|
|
() => props.patient,
|
|
|
() => {
|
|
|
// 这里刚好是反着的
|
|
|
+ queryWard.value = props.patient.admissDept
|
|
|
+ getBingQuDuiYingKeShiChange()
|
|
|
setTimeout(() => {
|
|
|
- queryWard.value = props.patient.admissDept
|
|
|
- getBingQuDuiYingKeShiChange()
|
|
|
queryDept.value = props.patient.zkWard
|
|
|
- }, 200)
|
|
|
+ }, 100)
|
|
|
}
|
|
|
)
|
|
|
// 以下是保存模板
|