diff --git a/src/views/archivesManage/RFIDArchives/toLend/index.vue b/src/views/archivesManage/RFIDArchives/toLend/index.vue index 50d133e..9a0af03 100644 --- a/src/views/archivesManage/RFIDArchives/toLend/index.vue +++ b/src/views/archivesManage/RFIDArchives/toLend/index.vue @@ -1,7 +1,7 @@ - + @@ -174,8 +174,8 @@ export default { keywords: '', select: ['maintitle'], options: [ - { value: 'maintitle', label: '姓名' }, - { value: 'archive_no', label: '编号' } + { value: 'maintitle', label: '题名' }, + { value: 'archive_no', label: '档号' } // { value: 'responsibleby', label: '责任者' }, // { value: 'doc_no', label: '发文字号' }, // { value: 'record_type', label: '文种' }, @@ -537,7 +537,8 @@ export default { }, // 借阅 handleLending() { - const index = this.selections.findIndex((item) => item.is_storage === 0 || item.is_storage === '' || item.is_storage === 1) + console.log('selections', this.selections) + const index = this.selections.findIndex((item) => item.is_storage === 0 || item.is_storage === null || item.is_storage === '' || item.is_storage === 1) const index2 = this.selections.findIndex((item) => item.is_borrow === 3) const index3 = this.selections.findIndex((item) => item.is_storage === 3) if (index !== -1) { diff --git a/src/views/archivesManage/caseManage/caseList/module/detailDialog.vue b/src/views/archivesManage/caseManage/caseList/module/detailDialog.vue index 6ddee8b..c7a089f 100644 --- a/src/views/archivesManage/caseManage/caseList/module/detailDialog.vue +++ b/src/views/archivesManage/caseManage/caseList/module/detailDialog.vue @@ -24,7 +24,6 @@ -