From ff240e4a12d5d9a114de07c1399c559e63597a52 Mon Sep 17 00:00:00 2001 From: Rui_Li <877258667@qq.com> Date: Sun, 20 Feb 2022 15:19:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E9=87=8F=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/yieldReport/com_finish_part_roll.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/views/modules/yieldReport/com_finish_part_roll.vue b/src/views/modules/yieldReport/com_finish_part_roll.vue index 33846ae..bd67af8 100644 --- a/src/views/modules/yieldReport/com_finish_part_roll.vue +++ b/src/views/modules/yieldReport/com_finish_part_roll.vue @@ -775,15 +775,6 @@ export default { //判断是否成功 if(data.code == 500){ this.$message.error(data.msg); - }else if (data.resultMap.resultCode == '201'){ - //打开异常原因录入的界面 - this.$confirm(data.resultMap.resultMsg, '提示', { - confirmButtonText: '确认', - celButtonText: '取消', - type: 'warning' - }).then(() => { - this.showExceptionReasonModal(); - }); }else{ //执行结束卷操作 this.finishPartRollOperation();