chenrui
2025-03-07 14bc915349f56e1276793aedd7598380b385e5aa
src/views/CNAS/systemManagement/internalAuditManagement/components/auditReport.vue
@@ -229,7 +229,6 @@
      this.tableLoading = true
      pageInternalReport({ ...entity, ...page }).then(res => {
        this.tableLoading = false
        if (res.code === 201) return
        this.tableData = res.data.records
        this.page.total = res.data.total
      }).catch(err => {