Merge branch 'feature/GFRS-2372【需求】关于金掌桂电子入司申请流程增加签署材料的需求' into dev

This commit is contained in:
proudlx
2021-05-06 17:49:34 +08:00

View File

@@ -96,7 +96,7 @@ export default {
res.content.ebizAgreementDtoList.map(item => {
console.log(item)
// 获取当前要签署的文件信息
if (item.type == '17') {
if (item.type == '18') {
that.appntSign = item
}
})