gaoluyang
2025-03-07 7951495e980a9e7db31e7dd127c1c4c9266bde34
src/views/CNAS/systemManagement/internalAuditManagement/components/auditInspection.vue
@@ -171,7 +171,6 @@
      this.tableLoading = true
      pageInternalCheck({ ...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 => {