From 659b6b31b695284e1d4fd21f5975f8d8dd7b863a Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 23 八月 2024 16:39:15 +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