Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
:class="{ 'error-border': scope.row.error }"
|
:class="{ 'error-border': scope.row.error }"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="dict in distribution_category_code"
|
v-for="dict in med_category_code"
|
||||||
:key="dict.value"
|
:key="dict.value"
|
||||||
:label="dict.label"
|
:label="dict.label"
|
||||||
:value="dict.value"
|
:value="dict.value"
|
||||||
@@ -184,7 +184,7 @@ import {
|
|||||||
deletePharmacyDepartment,
|
deletePharmacyDepartment,
|
||||||
} from './components/pharmacyDepartment';
|
} from './components/pharmacyDepartment';
|
||||||
const { proxy } = getCurrentInstance();
|
const { proxy } = getCurrentInstance();
|
||||||
const { distribution_category_code } = proxy.useDict('distribution_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([]);
|
||||||
|
|||||||
Reference in New Issue
Block a user