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