gaoluyang
2025-03-14 15a79f18ace29e0c69d68c7fb5e3079b395ffecd
src/views/CNAS/systemManagement/internalAuditManagement/components/auditInspection.vue
@@ -204,7 +204,6 @@
        this.tableLoading = true
        delInternalCheck({ checkId: row.checkId }).then(res => {
          this.tableLoading = false
          if (res.code === 201) return
          this.$message.success('删除成功')
          this.searchList()
        }).catch(err => {