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') }