|
|
@ -41,7 +41,7 @@ |
|
|
|
:okButtonProps="{ class:{'jee-hidden': disableSubmit} }" |
|
|
|
:okButtonProps="{ class:{'jee-hidden': disableSubmit} }" |
|
|
|
width="80%" |
|
|
|
width="80%" |
|
|
|
> |
|
|
|
> |
|
|
|
<component :disabled="lcModa.disabled" v-if="lcModa.visible" :is="lcModa.formComponent" |
|
|
|
<component :disabled="lcModa.disabled" v-if="lcModa.visible" :is="lcModa.formComponent" :hieg = "lcModa.hieg" |
|
|
|
:processData="lcModa.processData" :isNew = "lcModa.isNew" :pictureId="lcModa.pictureId" :procInstId="lcModa.procInstId" |
|
|
|
:processData="lcModa.processData" :isNew = "lcModa.isNew" :pictureId="lcModa.pictureId" :procInstId="lcModa.procInstId" |
|
|
|
@afterSubmit="afterSub" @close="lcModa.visible=false,lcModa.disabled = false"> |
|
|
|
@afterSubmit="afterSub" @close="lcModa.visible=false,lcModa.disabled = false"> |
|
|
|
</component> |
|
|
|
</component> |
|
|
@ -96,6 +96,7 @@ |
|
|
|
addApplyLoading: false, |
|
|
|
addApplyLoading: false, |
|
|
|
lcModa: { |
|
|
|
lcModa: { |
|
|
|
title:'', |
|
|
|
title:'', |
|
|
|
|
|
|
|
hieg:true, |
|
|
|
disabled:false, |
|
|
|
disabled:false, |
|
|
|
visible:false, |
|
|
|
visible:false, |
|
|
|
formComponent : null, |
|
|
|
formComponent : null, |
|
|
@ -169,6 +170,7 @@ |
|
|
|
this.lcModa.formComponent = this.getFormComponent(v.routeName).component; |
|
|
|
this.lcModa.formComponent = this.getFormComponent(v.routeName).component; |
|
|
|
this.lcModa.title = '发起流程:'+v.name; |
|
|
|
this.lcModa.title = '发起流程:'+v.name; |
|
|
|
this.lcModa.isNew = true; |
|
|
|
this.lcModa.isNew = true; |
|
|
|
|
|
|
|
this.lcModa.hieg = true; |
|
|
|
this.lcModa.pictureId=v.id; |
|
|
|
this.lcModa.pictureId=v.id; |
|
|
|
this.lcModa.procInstId=''; |
|
|
|
this.lcModa.procInstId=''; |
|
|
|
this.lcModa.processData = v; |
|
|
|
this.lcModa.processData = v; |
|
|
|