style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import axios from 'axios'
|
||||
import { ElLoading, ElMessage } from 'element-plus'
|
||||
import { saveAs } from 'file-saver'
|
||||
import { getToken } from '@/utils/auth'
|
||||
import {ElLoading, ElMessage} from 'element-plus'
|
||||
import {saveAs} from 'file-saver'
|
||||
import {getToken} from '@/utils/auth'
|
||||
import errorCode from '@/utils/errorCode'
|
||||
import { blobValidate, tansParams } from '@/utils/openhis'
|
||||
import {blobValidate, tansParams} from '@/utils/openhis'
|
||||
|
||||
const baseURL = import.meta.env.VITE_APP_BASE_API
|
||||
let downloadLoadingInstance;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ElMessage, ElMessageBox, ElNotification, ElLoading } from 'element-plus'
|
||||
import {ElLoading, ElMessage, ElMessageBox, ElNotification} from 'element-plus'
|
||||
|
||||
let loadingInstance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user