|
@@ -9,7 +9,7 @@
|
|
|
:maxable="true"
|
|
:maxable="true"
|
|
|
>
|
|
>
|
|
|
<div class="app-container">
|
|
<div class="app-container">
|
|
|
- <!-- 申请信息 -->
|
|
|
|
|
|
|
+ <!-- 申请信息 :tasks="tasks" -->
|
|
|
<el-card class="box-card" v-loading="processInstanceLoading">
|
|
<el-card class="box-card" v-loading="processInstanceLoading">
|
|
|
<div slot="header" class="clearfix">
|
|
<div slot="header" class="clearfix">
|
|
|
<span class="el-icon-document"
|
|
<span class="el-icon-document"
|
|
@@ -24,7 +24,6 @@
|
|
|
:businessId="listData?.businessId"
|
|
:businessId="listData?.businessId"
|
|
|
:businessCode="listData?.businessCode"
|
|
:businessCode="listData?.businessCode"
|
|
|
:id="listData?.id"
|
|
:id="listData?.id"
|
|
|
- :tasks="tasks"
|
|
|
|
|
:processDefinitionId="processInstance.processDefinition.id"
|
|
:processDefinitionId="processInstance.processDefinition.id"
|
|
|
:taskDefinitionKey="listData?.taskDefinitionKey"
|
|
:taskDefinitionKey="listData?.taskDefinitionKey"
|
|
|
@activeCompChange="activeCompChange"
|
|
@activeCompChange="activeCompChange"
|