style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -288,20 +288,15 @@
|
||||
|
||||
<script setup name="requisitionManagementList">
|
||||
import {
|
||||
getTransferProductList,
|
||||
addTransferProduct,
|
||||
getTransferProductDetail,
|
||||
getInit,
|
||||
delTransferProduct,
|
||||
getBusNoInit,
|
||||
getInit,
|
||||
getTransferProductList,
|
||||
submitApproval,
|
||||
withdrawApproval,
|
||||
delTransferProduct,
|
||||
} from '../components/api';
|
||||
// import Dialog from "./components/Dialog";
|
||||
|
||||
import { formatDate } from "@/utils/index";
|
||||
import useUserStore from "@/store/modules/user";
|
||||
|
||||
const router = useRouter();
|
||||
const { proxy } = getCurrentInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user