From 3e75e5cce8dc60ec5786487111982f5de4a7004a Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 22 八月 2024 14:31:11 +0800
Subject: [PATCH] 修改复核

---
 src/components/do/b1-inspect-order-plan/Inspection.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index f4ec2e1..070fbb1 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -3370,9 +3370,8 @@
                 laboratory: this.sonLaboratory,
                 verifyUser: this.verifyUser,
                 entrustCode: this.insOrder.entrustCode
-              }).then(async res => {
+              }).then(res => {
                 if (res.code === 200) {
-                  await this.handleCType()
                   this.$message.success("鎿嶄綔鎴愬姛")
                   this.$emit('goback')
                 }
@@ -3403,9 +3402,8 @@
                   orderId: this.orderId,
                   laboratory: this.sonLaboratory,
                   verifyUser: this.verifyUser
-                }).then( async res => {
+                }).then( res => {
                   if (res.code === 200) {
-                    await this.handleCType()
                     this.$message.success("鎿嶄綔鎴愬姛")
                     this.$emit('goback')
                   }

--
Gitblit v1.9.3