优化代码
This commit is contained in:
parent
e784e7df49
commit
30bd46c9d5
|
@ -1,7 +1,7 @@
|
|||
/*此页面 创建中 进行中 审核驳回可编辑 */
|
||||
|
||||
import React from 'react'
|
||||
import { deWeightThree } from '../../../utils'
|
||||
import { deWeightThree } from '@/utils'
|
||||
import {
|
||||
Radio,
|
||||
Card,
|
||||
|
@ -17,13 +17,12 @@ import {
|
|||
RadioGroup,
|
||||
RadioButton
|
||||
} from 'zent'
|
||||
import Ipt from '../../../components/input/main'
|
||||
import Form from '../../../components/form/main'
|
||||
import FormItem from '../../../components/form-item/main'
|
||||
import Grid from '../../../components/gird/main.js'
|
||||
import Ipt from '@/components/input/main'
|
||||
import Form from '@/components/form/main'
|
||||
import FormItem from '@/components/form-item/main'
|
||||
import Grid from '@/components/gird/main.js'
|
||||
import {
|
||||
addPlanStep,
|
||||
getApprovalsInfo,
|
||||
handelResponse,
|
||||
getKeyBatchDetail,
|
||||
getReseller,
|
||||
|
@ -33,9 +32,9 @@ import {
|
|||
terminateApprovals,
|
||||
getApprovalsStatus,
|
||||
getProductInfoSelect
|
||||
} from '../../../assets/api.js'
|
||||
} from '@/assets/api.js'
|
||||
import Productform from '../product/add'
|
||||
import Bus from '../../../assets/eventBus.js'
|
||||
import Bus from '@/assets/eventBus.js'
|
||||
import _ from 'lodash'
|
||||
import './index.less'
|
||||
import moment from 'moment'
|
||||
|
|
Loading…
Reference in New Issue