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