style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -151,11 +151,11 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import { getCurrentInstance, onMounted, ref, reactive, watch } from 'vue';
|
||||
import { getNursingOrdersInfos, saveNursingOrders, getEncounterNursingOrders } from './api';
|
||||
import { patientInfo } from '../../store/patient.js';
|
||||
import {getCurrentInstance, onMounted, reactive, ref, watch} from 'vue';
|
||||
import {getEncounterNursingOrders, getNursingOrdersInfos, saveNursingOrders} from './api';
|
||||
import {patientInfo} from '../../store/patient.js';
|
||||
// 导入获取诊断信息的API
|
||||
import { getEncounterDiagnosis } from '@/views/doctorstation/components/api';
|
||||
import {getEncounterDiagnosis} from '@/views/doctorstation/components/api';
|
||||
|
||||
const { proxy } = getCurrentInstance();
|
||||
const loading = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user