'appntsign'

This commit is contained in:
proudlx
2021-05-06 17:49:18 +08:00
parent b447cdc191
commit 38a009533a

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
}
})