style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import request from '@/utils/request'
|
||||
import { parseStrEmpty } from "@/utils/openhis";
|
||||
|
||||
// 查询服务管理列表
|
||||
export function getRegistrationfeeList(query) {
|
||||
|
||||
@@ -380,16 +380,16 @@
|
||||
|
||||
<script setup name="Registrationfee">
|
||||
import {
|
||||
getRegistrationfeeList,
|
||||
editRegistrationfee,
|
||||
addRegistrationfee,
|
||||
getRegistrationfeeOne,
|
||||
getInit,
|
||||
deptTreeSelect,
|
||||
locationTreeSelect,
|
||||
delRegistrationfee,
|
||||
deptTreeSelect,
|
||||
editRegistrationfee,
|
||||
getInit,
|
||||
getInitOption,
|
||||
getPractitionerMetadata,
|
||||
getRegistrationfeeList,
|
||||
getRegistrationfeeOne,
|
||||
locationTreeSelect,
|
||||
} from './components/registrationfee';
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user