|
@@ -50,7 +50,7 @@
|
|
|
<span class="el-icon-picture-outline">审批任务</span>
|
|
<span class="el-icon-picture-outline">审批任务</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div v-if="processInstance.processDefinition">
|
|
<div v-if="processInstance.processDefinition">
|
|
|
- <async-sub-form-component
|
|
|
|
|
|
|
+ <!-- <async-sub-form-component
|
|
|
:taskId="listData?.taskId"
|
|
:taskId="listData?.taskId"
|
|
|
:businessId="listData?.businessId"
|
|
:businessId="listData?.businessId"
|
|
|
:id="listData?.id"
|
|
:id="listData?.id"
|
|
@@ -62,7 +62,7 @@
|
|
|
@submit="submit"
|
|
@submit="submit"
|
|
|
@handleClose="handleClose"
|
|
@handleClose="handleClose"
|
|
|
ref="subForm"
|
|
ref="subForm"
|
|
|
- ></async-sub-form-component>
|
|
|
|
|
|
|
+ ></async-sub-form-component> -->
|
|
|
</div>
|
|
</div>
|
|
|
<div> </div>
|
|
<div> </div>
|
|
|
<!-- <el-col :span="16" :offset="6">
|
|
<!-- <el-col :span="16" :offset="6">
|
|
@@ -460,7 +460,7 @@
|
|
|
}
|
|
}
|
|
|
// 设置流程信息
|
|
// 设置流程信息
|
|
|
console.log('==', response);
|
|
console.log('==', response);
|
|
|
- console.log('==', this.listData);
|
|
|
|
|
|
|
+ console.log('==++++++++++++++++', this.listData.pcViewRouter);
|
|
|
this.processInstance = response;
|
|
this.processInstance = response;
|
|
|
// //将业务表单,注册为动态组件
|
|
// //将业务表单,注册为动态组件
|
|
|
// let formCustomCreatePath = JSON.parse(
|
|
// let formCustomCreatePath = JSON.parse(
|
|
@@ -468,6 +468,9 @@
|
|
|
// );
|
|
// );
|
|
|
// const bizpath = formCustomCreatePath.pcView;
|
|
// const bizpath = formCustomCreatePath.pcView;
|
|
|
// const subpath = formCustomCreatePath.pcHandle;
|
|
// const subpath = formCustomCreatePath.pcHandle;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
Vue.component('async-biz-form-component', (resolve) => {
|
|
Vue.component('async-biz-form-component', (resolve) => {
|
|
|
require([`@/views${this.listData.pcViewRouter}`], resolve);
|
|
require([`@/views${this.listData.pcViewRouter}`], resolve);
|
|
|
});
|
|
});
|