|
|
|
@ -38,12 +38,13 @@ |
|
|
|
import { initSimpleDicts } from '@/api/mdp/meta/item';//下拉框数据查询 |
|
|
|
import { mapGetters } from 'vuex' |
|
|
|
|
|
|
|
import XmProductSelect from '@/views/xm/core/components/XmProductSelect';//新增界面 |
|
|
|
import XmProductSelect from '@/views/xm/core/components/XmProductSelect';//产品选择界面 |
|
|
|
import XmIterationSelect from '@/views/xm/core/components/XmIterationSelect';//迭代选择界面 |
|
|
|
import { listXmIteationStateHis } from '@/api/xm/core/xmIterationStateHis'; |
|
|
|
export default { |
|
|
|
|
|
|
|
components: { |
|
|
|
XmProductSelect, |
|
|
|
XmIterationSelect,XmProductSelect, |
|
|
|
}, |
|
|
|
props:['xmProduct','xmProject','xmIteration'], |
|
|
|
computed: { |
|
|
|
|