style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -136,18 +136,15 @@
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
elepPrescriptionInit,
|
||||
getEncounterDiagnosis,
|
||||
getPrescriptionList,
|
||||
getOrgTree,
|
||||
getPrescriptionInfo,
|
||||
updatePrescriptionInfo,
|
||||
getMedicationInfo,
|
||||
deletePrescriptionInfo,
|
||||
elepPrescriptionInit,
|
||||
getMedicationInfo,
|
||||
getPrescriptionInfo,
|
||||
issuancePrescription,
|
||||
updatePrescriptionInfo,
|
||||
} from './api';
|
||||
import eprescriptiondialog from './eprescriptiondialog.vue';
|
||||
import { getCurrentInstance } from 'vue';
|
||||
import {getCurrentInstance} from 'vue';
|
||||
|
||||
const total = ref(0);
|
||||
const queryParams = ref({
|
||||
|
||||
Reference in New Issue
Block a user