董国庆
2025-05-29 c94535b792e9df0d3bbeffa10f427624c7c10ee4
culture/src/views/strainReportLibrary/reportLibraryOne/index.vue
@@ -163,6 +163,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()
            })