From c94535b792e9df0d3bbeffa10f427624c7c10ee4 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期四, 29 五月 2025 13:54:21 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- culture/src/views/strainReportLibrary/reportLibraryOneThree/index.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneThree/index.vue b/culture/src/views/strainReportLibrary/reportLibraryOneThree/index.vue index 07790f2..4ef6c49 100644 --- a/culture/src/views/strainReportLibrary/reportLibraryOneThree/index.vue +++ b/culture/src/views/strainReportLibrary/reportLibraryOneThree/index.vue @@ -179,6 +179,9 @@ deleteReport({ id: this.rowId }).then(res => { this.showDelConfirm = false this.$message.success('删除成功') + if (this.queryForm.pageNum > 1 && this.tableData.length === 1) { + this.queryForm.pageNum = this.queryForm.pageNum - 1 + } this.rowId = '' this.getLists() }) -- Gitblit v1.7.1