[update] 流程完善
This commit is contained in:
+10
-1
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<process-common-layout class="page-box" :process-key="processKey" :loading="loading">
|
<process-common-layout class="page-box" :process-key="processKey" :loading="loading" ref="processCommonLayout">
|
||||||
<template v-slot:process>
|
<template v-slot:process>
|
||||||
<!-- 流程信息 -->
|
<!-- 流程信息 -->
|
||||||
<div class="process-part">
|
<div class="process-part">
|
||||||
@@ -332,6 +332,15 @@ export default {
|
|||||||
async getPageParams () {
|
async getPageParams () {
|
||||||
const params = {}
|
const params = {}
|
||||||
let validateError = null
|
let validateError = null
|
||||||
|
/* 不传这个后端接口报错,后端调整好去掉 start */
|
||||||
|
params.processEsInspectRectify = this.baseInfoForm
|
||||||
|
params.userInfo = this.$refs.processCommonLayout.personnelInfoData.map(item => {
|
||||||
|
return {
|
||||||
|
id: item.id,
|
||||||
|
linkUserIds: item.linkUserIds
|
||||||
|
}
|
||||||
|
})
|
||||||
|
/* 后续后端调整好需要去掉 end */
|
||||||
|
|
||||||
// 流程信息
|
// 流程信息
|
||||||
params.processAll = Object.assign({}, this.info.processAll, {
|
params.processAll = Object.assign({}, this.info.processAll, {
|
||||||
|
|||||||
Reference in New Issue
Block a user