From db78da166f4a9dc3b0834be67be8d16325939ce3 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Mon, 22 Jun 2026 20:08:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=9F=9C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/archivesMIOD/‌filingCabinet/index.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/views/archivesMIOD/‌filingCabinet/index.vue b/src/views/archivesMIOD/‌filingCabinet/index.vue index 3b5fb6d..5cbd7c0 100644 --- a/src/views/archivesMIOD/‌filingCabinet/index.vue +++ b/src/views/archivesMIOD/‌filingCabinet/index.vue @@ -99,7 +99,7 @@ { - console.log('res', res) if (res.code !== 500) { this.miodData = res.detailsList || [] } else { this.$message({ message: '获取文件流转柜详情失败', type: 'error', offset: 8 }) } + this.tableLoading = false }).catch(err => { console.log(err) this.$message({ message: '获取文件流转柜详情失败', type: 'error', offset: 8 }) + this.tableLoading = false }) }, handleBindCell(index, item) { @@ -386,9 +390,7 @@ export default { borrowType: null, id: this.selectedCellInfo.originalData.id } - console.log('params', params) FetchCabinetBingBorrower(params).then((res) => { - console.log('res', res) if (res.code !== 500) { this.$message({ message: '绑定成功', type: 'success', offset: 8 }) this.lastSelectedCellId = this.selectedCellInfo.id @@ -434,7 +436,6 @@ export default { }) }, tableDoubleClick(row) { - console.log('row', row) this.parentInfo = row this.$nextTick(() => { this.$refs.archivesInfo.archivesInfoVisible = true @@ -484,7 +485,6 @@ export default { this.getBorrowerList() }, handleBatchDel(index, data) { - console.log('data', data) this.$set(this.removalLoaing, index, true) this.$confirm('此操作将下架当前公文' + '你是否还要继续?', '提示', { confirmButtonText: '继续', @@ -495,9 +495,7 @@ export default { const params = { 'documentTid': data.regNo } - console.log(params) FetchUnpublish(params).then((res) => { - console.log('res', res) if (res.code !== 500) { this.$message({ message: '手动下架成功', type: 'success', offset: 8 }) this.crud.refresh()