style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -56,11 +56,9 @@
|
||||
</template>
|
||||
|
||||
<script setup name="basicInformationDetails">
|
||||
import { ElMessage } from 'element-plus';
|
||||
import {
|
||||
getReportBasicInformationDetails,
|
||||
} from './statisticalManagent';
|
||||
import { onMounted } from 'vue';
|
||||
import {ElMessage} from 'element-plus';
|
||||
import {getReportBasicInformationDetails,} from './statisticalManagent';
|
||||
import {onMounted} from 'vue';
|
||||
|
||||
const basicInformationDetailsList = ref([]);
|
||||
const loading = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user