Compare commits

..

2 Commits

View File

@@ -184,7 +184,7 @@ import {
deletePharmacyDepartment, deletePharmacyDepartment,
} from './components/pharmacyDepartment'; } from './components/pharmacyDepartment';
const { proxy } = getCurrentInstance(); const { proxy } = getCurrentInstance();
const { med_category_code } = proxy.useDict('med_category_code'); const { med_category_code } = proxy.useDict('med_category_code');
import { nextTick } from 'vue'; import { nextTick } from 'vue';
const diagnosisTreatmentList = ref([]); const diagnosisTreatmentList = ref([]);