style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -163,20 +163,19 @@
|
||||
</template>
|
||||
|
||||
<script setup name="InfusionRecord">
|
||||
import { ref, computed } from 'vue';
|
||||
import {ref} from 'vue';
|
||||
import {
|
||||
cancelPerform,
|
||||
editPatientInfusionTime,
|
||||
getAdvice,
|
||||
init,
|
||||
listInfusionRecord,
|
||||
listPatientInfusionPerformRecord,
|
||||
listPatients,
|
||||
updateInfusionRecord,
|
||||
listInfusionRecord,
|
||||
editPatientInfusionTime,
|
||||
listPatientInfusionPerformRecord,
|
||||
getBottleLabel,
|
||||
cancelPerform,
|
||||
init,
|
||||
getAdvice,
|
||||
} from './component/api';
|
||||
import AdviceListDialog from './component/adviceListDialog.vue';
|
||||
import { formatDate, formatDateStr } from '@/utils/index';
|
||||
import {formatDate, formatDateStr} from '@/utils/index';
|
||||
|
||||
const showSearch = ref(true);
|
||||
const total = ref(1);
|
||||
|
||||
Reference in New Issue
Block a user