gaoluyang
2025-03-07 3d48053ed46588747af87b40a6ccbe0c46d3c434
src/views/CNAS/systemManagement/internalAuditManagement/components/auditInspectionDia.vue
@@ -134,7 +134,6 @@
      this.diaLoading = true
      getInternalCheckOne({ checkId: row.checkId }).then(res => {
        this.diaLoading = false
        if (res.code === 201) return
        this.form = res.data
        this.checkDetailList = this.form.checkDetailList
      }).catch(err => {