diff --git a/src/views/collectReorganizi/collectionLibrary/mixins/index.js b/src/views/collectReorganizi/collectionLibrary/mixins/index.js index 045bc79..7a4e808 100644 --- a/src/views/collectReorganizi/collectionLibrary/mixins/index.js +++ b/src/views/collectReorganizi/collectionLibrary/mixins/index.js @@ -122,7 +122,7 @@ export const collectionLibraryCrud = { }) }, getViewTableList(categoryLevel, parentsId, type) { - console.log(' this.query.condition', this.query.condition) + // console.log(' this.query.condition', this.query.condition) const currentPageSize = localStorage.getItem('currentPageSize') if (currentPageSize) { this.page.size = parseInt(currentPageSize) diff --git a/src/views/collectReorganizi/collectionLibrary/module/advancedSearchModal.vue b/src/views/collectReorganizi/collectionLibrary/module/advancedSearchModal.vue index b952385..2c2b4d4 100644 --- a/src/views/collectReorganizi/collectionLibrary/module/advancedSearchModal.vue +++ b/src/views/collectReorganizi/collectionLibrary/module/advancedSearchModal.vue @@ -259,12 +259,11 @@ export default { }) }, getFieldCommon() { - console.log('selectedCategory', this.selectedCategory) const params = { 'categoryId': this.selectedCategory.id, 'categoryLevel': this.collectLevel } - console.log('params', params) + // console.log('params', params) FetchInitCategoryInputFieldByPid(params).then((data) => { if (data && data.length > 0) { this.fieldOptions = data @@ -349,7 +348,7 @@ export default { }, handleSearch() { const wheresql = this.checkConditions(this.conditionData) - console.log('wheresql', wheresql) + // console.log('wheresql', wheresql) if (wheresql) { const conditions = JSON.parse(JSON.stringify(this.conditionData)) // 保存到 localStorage diff --git a/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue b/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue index cbf24ee..01858f4 100644 --- a/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue +++ b/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue @@ -725,7 +725,6 @@ export default { if (this.parentsData.parentsProjectId && this.isTitleType === 3) { console.log('项目下的案卷') } else { - console.log('111') if (this.parentsData.parentsAnjuanRow && this.parentsData.parentsAnjuanRow.collect_formal === 2) { this.$message({ message: '当前档案处于归档流程中,不可操作新增,请先确认!', offset: 8 }) return false @@ -736,7 +735,6 @@ export default { this.quickPaper = true this.formTitle = '新增案卷' } else { - console.log('222') this.quickPaperArcId = [] this.formTitle = '新增' + this.collectTitle this.quickPaper = false @@ -860,10 +858,10 @@ export default { this.$nextTick(() => { this.$refs.previewForm.archivesType = 'add' this.$refs.previewForm.activeIndex = this.activeIndex - console.log('this.parentsData.parentsAnjuanRow ', this.parentsData.parentsAnjuanRow) - console.log('this.collectTitle', this.collectTitle) + // console.log('this.parentsData.parentsAnjuanRow ', this.parentsData.parentsAnjuanRow) + // console.log('this.collectTitle', this.collectTitle) const savePrevFromData = JSON.parse(localStorage.getItem('savePrevFromData')) - console.log('savePrevFromData', savePrevFromData) + // console.log('savePrevFromData', savePrevFromData) if (savePrevFromData) { if ('record_no' in savePrevFromData && 'item_no' in savePrevFromData) { @@ -898,7 +896,7 @@ export default { // 全宗fonds_no、门类archival_category_code、档案分类archive_ctg_no、年度archive_year、保管期限retention、案卷号record_no、责任者signer const rowAjData = this.parentsData.parentsAnjuanRow const fields = ['archive_ctg_no', 'archive_year', 'retention', 'record_no', 'signer'] - console.log('this.selectedCategory', this.selectedCategory) + // console.log('this.selectedCategory', this.selectedCategory) const result = { is_entity: 1, 'fonds_no': this.selectedCategory.fondsNo, 'archival_category_code': this.selectedCategory.code } fields.forEach(field => { diff --git a/src/views/components/category/PreviewForm.vue b/src/views/components/category/PreviewForm.vue index 92b8477..ee0f0a5 100644 --- a/src/views/components/category/PreviewForm.vue +++ b/src/views/components/category/PreviewForm.vue @@ -39,7 +39,7 @@ :class="{ 'treeselect-error': fieldErrors[item.fieldName] }" @select="selectTree" @open="openTree(item)" - @blur="() => { this.$refs.addOrUpdateForm.validateField(item.fieldName) }" + @close="() => { handleSelectClose(item.fieldName) }" >