diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue
index a9d8bc3..248ac6e 100644
--- a/src/views/xgf/flow/components/sendUtil.vue
+++ b/src/views/xgf/flow/components/sendUtil.vue
@@ -58,7 +58,7 @@
相关方端
- 企业名称:{{ info.BELONG_TO_CORP_NAME }}
+ 企业名称:{{ BELONG_TO_CORP_NAME }}
@@ -223,7 +223,8 @@ export default {
}
],
step: 0,
- showStepFlag: false
+ showStepFlag: false,
+ BELONG_TO_CORP_NAME: ''
}
},
methods: {
@@ -387,6 +388,7 @@ export default {
).then((data) => {
this.list = data.flow.info
this.step = data.flow.STEP
+ this.BELONG_TO_CORP_NAME = data.flow.BELONG_TO_CORP_NAME
if (data.flow.endFlag === '1') {
this.title = '审批中'
}