@ -309,7 +309,8 @@ export default {
documentId = this.selectedDocument.documentId
}
const param = {
'documentId': documentId
'documentId': documentId,
'isBindReadNo': true // 排除格子
console.log('param', param)
FetchInitBorrowerListOrderNo(param)
@ -892,7 +892,8 @@ export default {
? this.parentInfo.details_type === 1
? this.parentInfo.archives_id
: this.parentInfo.parents_id
: this.parentInfo.id
: this.parentInfo.id,
.then(res => {
@ -543,7 +543,8 @@ export default {
'archivesId': this.arcId,