culture/src/views/strainReportLibrary/reportLibraryOneFour/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() })