style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -209,16 +209,16 @@
|
||||
</template>
|
||||
|
||||
<script setup name="ClinicRoom">
|
||||
import { ref, reactive, onMounted, getCurrentInstance } from 'vue'
|
||||
import { ElMessage, ElMessageBox } from 'element-plus'
|
||||
import {getCurrentInstance, onMounted, reactive, ref} from 'vue'
|
||||
import {ElMessage, ElMessageBox} from 'element-plus'
|
||||
import {
|
||||
getClinicRoomList,
|
||||
getClinicRoomDetail,
|
||||
addClinicRoom,
|
||||
updateClinicRoom,
|
||||
deleteClinicRoom,
|
||||
getClinicRoomDetail,
|
||||
getClinicRoomList,
|
||||
getDepartmentList,
|
||||
getTenantList
|
||||
getTenantList,
|
||||
updateClinicRoom
|
||||
} from '@/api/appoinmentmanage/clinicRoom'
|
||||
|
||||
const { proxy } = getCurrentInstance()
|
||||
|
||||
Reference in New Issue
Block a user