style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
|
||||
<script setup name="AuthUser">
|
||||
import selectUser from "./selectUser";
|
||||
import { allocatedUserList, authUserCancel, authUserCancelAll } from "@/api/system/role";
|
||||
import {allocatedUserList, authUserCancel, authUserCancelAll} from "@/api/system/role";
|
||||
|
||||
const route = useRoute();
|
||||
const { proxy } = getCurrentInstance();
|
||||
|
||||
Reference in New Issue
Block a user