From 12c8999bab7206bc652fd69ac4f364d84c9e7153 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 12 六月 2026 18:07:46 +0800
Subject: [PATCH] 不合格处理:支持多生产批次提交oa;oa流程查看调整
---
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