Fix Bug #472: 住院医生工作站-手术申请单:勾选手术项目无效,导致无法正常开立医嘱
修复surgery.vue组件中遗漏的watch导入,导致el-transfer勾选无响应 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2
openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/surgery.vue
Normal file → Executable file
2
openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/surgery.vue
Normal file → Executable file
@@ -78,7 +78,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup name="Surgery">
|
||||
import {getCurrentInstance, onBeforeMount, onMounted, reactive} from 'vue';
|
||||
import {getCurrentInstance, onBeforeMount, onMounted, reactive, watch} from 'vue';
|
||||
import {patientInfo} from '../../../store/patient.js';
|
||||
import {getDepartmentList} from '@/api/public.js';
|
||||
import {getEncounterDiagnosis} from '../../api.js';
|
||||
|
||||
Reference in New Issue
Block a user