|
|
@ -339,7 +339,7 @@ export default { |
|
|
|
var token = getStorage() |
|
|
|
const params = { procInsId: procInsId, deployId: procDefId, token: token } |
|
|
|
flowRecord(params).then(res => { |
|
|
|
this.flowRecordList = res.data |
|
|
|
this.flowRecordList = res.data.flowList |
|
|
|
// 流程过程中不存在初始化表单 直接读取的流程变量中存储的表单值 |
|
|
|
if (res.data.formData) { |
|
|
|
this.formConf = res.data.formData |
|
|
|