style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -98,12 +98,12 @@
|
||||
|
||||
<script setup name="BodyStructure">
|
||||
import {
|
||||
getList,
|
||||
deleteBodyStructure,
|
||||
addBodyStructure,
|
||||
updateBodyStructure,
|
||||
deleteBodyStructure,
|
||||
disableBodyStructure,
|
||||
enableBodyStructure,
|
||||
getList,
|
||||
updateBodyStructure,
|
||||
} from './components/api';
|
||||
|
||||
const { proxy } = getCurrentInstance();
|
||||
|
||||
Reference in New Issue
Block a user