From dc11ae7a54436436160d803c7f09ec990079a859 Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Thu, 10 Feb 2022 10:58:42 +0800 Subject: [PATCH] update --- src/components/case/index.vue | 6 +++++- src/pages/counter/list/index.vue | 4 ++-- .../manage/list/ImportantCash/controlCash/cashOut.vue | 2 +- .../list/ImportantCash/controlCash/cashPaid.vue | 2 +- .../list/ImportantCash/controlCash/cashRecipients.vue | 2 +- .../ImportantCash/controlCash/cashTransferInto.vue | 2 +- .../manage/list/ImportantCash/controlCash/index.vue | 2 +- src/pages/manage/list/acceptanceDraft/invoice.vue | 2 +- src/pages/manage/list/business/deposit.vue | 2 +- src/pages/manage/list/business/openAccount.vue | 2 +- src/pages/manage/list/business/transfer.vue | 2 +- src/pages/manage/list/business/withdrawal.vue | 2 +- src/pages/manage/list/cityWide/cityWideIn.vue | 2 +- src/pages/manage/list/cityWide/cityWideOut.vue | 2 +- src/pages/manage/list/client/corporateClient.vue | 2 +- src/pages/manage/list/dayEnd/branchDayEnd.vue | 2 +- src/pages/manage/list/dayEnd/tellerCash.vue | 2 +- src/pages/manage/list/dayEnd/tellerCertificate.vue | 2 +- .../list/personal/accountService/accountService.vue | 2 +- .../list/personal/accountService/changePassword.vue | 2 +- .../list/personal/callDeposits/accountClosed.vue | 2 +- .../manage/list/personal/callDeposits/openAccount.vue | 2 +- .../personal/currentAccount/accountCancellation.vue | 2 +- .../manage/list/personal/currentAccount/deposit.vue | 2 +- .../list/personal/currentAccount/openAccount.vue | 2 +- .../manage/list/personal/currentAccount/settle.vue | 2 +- .../list/personal/currentAccount/transferAccounts.vue | 2 +- .../list/personal/currentAccount/withdrawal.vue | 2 +- .../manage/list/personal/timeDeposit/deposit.vue | 2 +- .../manage/list/personal/timeDeposit/openAccount.vue | 2 +- .../manage/list/personal/timeDeposit/withdrawal.vue | 2 +- .../list/personal/usefulPhrases/accountClosed.vue | 2 +- .../list/personal/usefulPhrases/continueDeposit.vue | 2 +- .../list/personal/usefulPhrases/openAccount.vue | 2 +- .../manage/list/servicesAccount/passwordChange.vue | 2 +- .../manage/list/servicesAccount/passwordLost.vue | 2 +- src/pages/manage/list/servicesAccount/relieveLost.vue | 2 +- src/store/modules/system.js | 11 ++++++----- 38 files changed, 48 insertions(+), 43 deletions(-) diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 6fa6757..14df3d2 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -237,6 +237,10 @@ export default { vm.passToParent(vm.countString); } } + }, + requires(newVal) { + console.log('new_requires') + console.log(newVal) } }, props: { @@ -593,7 +597,7 @@ export default { message: '提交成功' }); } - this.requires = list + this.requires.splice(0, this.requires.length, ...list) } this.loading = false }).catch((error)=>{ diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index b6dec6b..de40aa6 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -1057,11 +1057,11 @@ export default { } if(sessionStorage.getItem('businessSelect')) { // 调试时注释掉 - this.$store.commit('system/setBusinessSelect', JSON.parse(sessionStorage.getItem('businessSelect'))) + // this.$store.commit('system/setBusinessSelect', JSON.parse(sessionStorage.getItem('businessSelect'))) } window.addEventListener("beforeunload",()=>{ sessionStorage.setItem('businessKey', this.$store.state.system.businessKey) - sessionStorage.setItem('businessSelect', JSON.stringify(this.$store.state.system.businessSelect)) + // sessionStorage.setItem('businessSelect', JSON.stringify(this.$store.state.system.businessSelect)) }) this.startPlay() console.log('startPlay') diff --git a/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue b/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue index f053bd8..007f15b 100644 --- a/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue +++ b/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue @@ -124,7 +124,7 @@ - 提交 + 提交 diff --git a/src/pages/manage/list/ImportantCash/controlCash/cashPaid.vue b/src/pages/manage/list/ImportantCash/controlCash/cashPaid.vue index aa00ebf..8b9db72 100644 --- a/src/pages/manage/list/ImportantCash/controlCash/cashPaid.vue +++ b/src/pages/manage/list/ImportantCash/controlCash/cashPaid.vue @@ -59,7 +59,7 @@ - 提交 + 提交 diff --git a/src/pages/manage/list/ImportantCash/controlCash/cashRecipients.vue b/src/pages/manage/list/ImportantCash/controlCash/cashRecipients.vue index 6910d9e..825bb6e 100644 --- a/src/pages/manage/list/ImportantCash/controlCash/cashRecipients.vue +++ b/src/pages/manage/list/ImportantCash/controlCash/cashRecipients.vue @@ -60,7 +60,7 @@ - 提交 + 提交 diff --git a/src/pages/manage/list/ImportantCash/controlCash/cashTransferInto.vue b/src/pages/manage/list/ImportantCash/controlCash/cashTransferInto.vue index 371caba..6690729 100644 --- a/src/pages/manage/list/ImportantCash/controlCash/cashTransferInto.vue +++ b/src/pages/manage/list/ImportantCash/controlCash/cashTransferInto.vue @@ -118,7 +118,7 @@ - 提交 + 提交 diff --git a/src/pages/manage/list/ImportantCash/controlCash/index.vue b/src/pages/manage/list/ImportantCash/controlCash/index.vue index a76caac..ea67168 100644 --- a/src/pages/manage/list/ImportantCash/controlCash/index.vue +++ b/src/pages/manage/list/ImportantCash/controlCash/index.vue @@ -31,7 +31,7 @@ custom-class="data-dia" >
-
提交
+
提交

本业务需要授权

diff --git a/src/pages/manage/list/acceptanceDraft/invoice.vue b/src/pages/manage/list/acceptanceDraft/invoice.vue index 66ac92e..02a7ac2 100644 --- a/src/pages/manage/list/acceptanceDraft/invoice.vue +++ b/src/pages/manage/list/acceptanceDraft/invoice.vue @@ -80,7 +80,7 @@
- 提交 + 提交