对接握手流程

This commit is contained in:
qq787203167
2022-04-26 14:02:01 +08:00
parent eb2fc10bc7
commit 3c0f7798cd
2 changed files with 25 additions and 15 deletions
@@ -32,21 +32,21 @@
{
title: this.$t('result'),
dataIndex: 'result',
align: 'center'
align: 'approvalResult'
},
{
title: this.$t('opinion'),
dataIndex: 'opinion',
dataIndex: 'approvalOpinion',
align: 'center'
},
{
title: this.$t('enclosure'),
dataIndex: 'enclosure',
dataIndex: 'approvalFile',
align: 'center'
},
{
title: this.$t('operationNode'),
dataIndex: 'operationNode',
dataIndex: 'name',
align: 'center'
},
{
@@ -56,7 +56,7 @@
},
{
title: this.$t('operationTime'),
dataIndex: 'operationTime',
dataIndex: 'createTime',
align: 'center'
}
]
@@ -71,9 +71,7 @@
prcNum: this.$route.query.prcNum
}
getAction('/workFlow/get_list_by_instance', query).then((res) => {
if (res.success) {
}
this.dataSource = res
})
}
}