|
@@ -181,7 +181,7 @@
|
|
|
if (data && data.code === '200') {
|
|
if (data && data.code === '200') {
|
|
|
this.dataForm = data.data
|
|
this.dataForm = data.data
|
|
|
// 流程图展示
|
|
// 流程图展示
|
|
|
- dealStepData(data.data.workFlowBusinessExt.workFlowStepInfoList, this.stepList)
|
|
|
|
|
|
|
+ dealStepData(data.data.workFlowBusinessExt.processLogList, this.stepList)
|
|
|
// 附件显示
|
|
// 附件显示
|
|
|
this.fileList = []
|
|
this.fileList = []
|
|
|
data.data.attachList.forEach((item) => {
|
|
data.data.attachList.forEach((item) => {
|