From dab59f7624a2fb8d4114bb67b554ff09d91f810c Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期四, 10 四月 2025 13:07:36 +0800 Subject: [PATCH] Merge branch 'radio-frequency-cable' of http://114.132.189.42:9002/r/lims-ruoyi-before into radio-frequency-cable --- src/views/CNAS/systemManagement/internalAuditManagement/components/correctiveActionDIa.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/views/CNAS/systemManagement/internalAuditManagement/components/correctiveActionDIa.vue b/src/views/CNAS/systemManagement/internalAuditManagement/components/correctiveActionDIa.vue index 267fa52..7beed5f 100644 --- a/src/views/CNAS/systemManagement/internalAuditManagement/components/correctiveActionDIa.vue +++ b/src/views/CNAS/systemManagement/internalAuditManagement/components/correctiveActionDIa.vue @@ -261,7 +261,6 @@ searchInfo(row) { this.form.qualityMonitorDetailsId = row.qualityMonitorDetailsId getInternalCorrect({ correctId: row.correctId }).then(res => { - if (res.code === 201) return if (res.data.superviseDetailsCorrectId === null) { this.showStep = 0 this.currentStep = 0 @@ -329,7 +328,6 @@ this.form.flowType = this.currentStep addInternalCorrect(this.form).then(res => { this.editLoad = false - if (res.code === 201) return this.$message.success('鎻愪氦鎴愬姛') this.closeRectifyDia() }).catch(err => { -- Gitblit v1.9.3