Commit 0db553bd authored by xioln's avatar xioln

5573 流程中组件获取数据有时获取不到

parent cf072ca2
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
codePath: name.selfComponentPath codePath: name.selfComponentPath
} }
}" }"
:basic-data="basicData" :basic-data="basicData.businessObject"
:participant-data="participantData" :participant-data="participantData"
@saveStatusChangeEvent="onSaveStatusChangeEvent" @saveStatusChangeEvent="onSaveStatusChangeEvent"
/> />
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
layKey: name.keyName layKey: name.keyName
}" }"
editor-immediately editor-immediately
:basic-data="basicData" :basic-data="basicData.businessObject"
:participant-data="participantData" :participant-data="participantData"
/> />
</div> </div>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
} }
}" }"
v-bind="name.configParams ? JSON.parse(name.configParams) : {}" v-bind="name.configParams ? JSON.parse(name.configParams) : {}"
:basic-data="basicData" :basic-data="basicData.businessObject"
:participant-data="participantData" :participant-data="participantData"
@saveStatusChangeEvent="onSaveStatusChangeEvent" @saveStatusChangeEvent="onSaveStatusChangeEvent"
/> />
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
} }
}" }"
:process-instance-id="processInstanceId" :process-instance-id="processInstanceId"
:basic-data="basicData" :basic-data="basicData.businessObject"
/> />
<component :is="currTab.comName" v-else-if="currTab && currTab.comName" :ref="currTab.name" v-bind="currTab.configParams ? JSON.parse(currTab.configParams) : {}" :process-instance-id="processInstanceId" :basic-data="basicData" /> <component :is="currTab.comName" v-else-if="currTab && currTab.comName" :ref="currTab.name" v-bind="currTab.configParams ? JSON.parse(currTab.configParams) : {}" :process-instance-id="processInstanceId" :basic-data="basicData" />
<component :is="currTab.configName" v-else-if="currTab && currTab.configName" :ref="currTab.name" v-bind="currTab.configParams ? JSON.parse(currTab.configParams) : {}" :process-instance-id="processInstanceId" :basic-data="basicData" /> <component :is="currTab.configName" v-else-if="currTab && currTab.configName" :ref="currTab.name" v-bind="currTab.configParams ? JSON.parse(currTab.configParams) : {}" :process-instance-id="processInstanceId" :basic-data="basicData" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment