style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -87,9 +87,9 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { nextTick, ref, onMounted, getCurrentInstance } from 'vue';
|
||||
import { getAdviceBaseInfo, getDeviceList } from './api';
|
||||
import { throttle } from 'lodash-es';
|
||||
import {getCurrentInstance, nextTick, onMounted, ref} from 'vue';
|
||||
import {getAdviceBaseInfo, getDeviceList} from './api';
|
||||
import {throttle} from 'lodash-es';
|
||||
|
||||
const { proxy } = getCurrentInstance();
|
||||
// 使用系统统一的数据字典
|
||||
|
||||
Reference in New Issue
Block a user