From 128d944307f7156cc7f8e997763251a707ba5b9b Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 18 Oct 2023 14:35:35 +0800 Subject: [PATCH] fix --- src/pages/counter/list/index.vue | 1 - src/store/modules/system.js | 13 ++++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 9d410ac..43c63ca 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -1853,7 +1853,6 @@ export default { this.$router.push(sessionStorage.getItem('computerPath') || '/counter/list/manage/consumerClient') }, popSure () {/* 弹框-确定 */ - debugger // 拦截 由于下面太多没拦截的,所以在这拦截舒服 if (this.popText.includes('刷卡')) { if (this.receptionList.length === 0) { diff --git a/src/store/modules/system.js b/src/store/modules/system.js index 8b8fe14..8f3705b 100644 --- a/src/store/modules/system.js +++ b/src/store/modules/system.js @@ -2736,7 +2736,12 @@ export default { stampSuccess = '452' }else if (id === 438) { stampSuccess = '465' - }else if(id === 426) { + }else if(id === 425) { + state.businessSelect[state.businessKey].data.push(420, 421) + judgeDelete = false + stampSuccess = '444' + cb([420,421]) + }else if(id === 426) { state.businessSelect[state.businessKey].data.push(419, 418) judgeDelete = false stampSuccess = '458' @@ -2774,6 +2779,12 @@ export default { stampSuccess = '445' cb([422, 424]) } + else if(id === 411) { + state.businessSelect[state.businessKey].data.push(472, 473) + judgeDelete = false + stampSuccess = '456' + cb([472, 473]) + } }else if(seal === '转讫章') { if(id === 426) { state.businessSelect[state.businessKey].data.push(419, 418)