From 093734eec2edde5ea1e73d8a8deece4707611f04 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 30 Dec 2024 11:23:39 +0800 Subject: [PATCH] fix --- src/components/case/index.vue | 24 +- .../currentAccount/accountCancellation.vue | 519 +++++++-------- .../list/personal/currentAccount/settle.vue | 601 +++++++++--------- .../currentAccount/transferAccounts.vue | 536 ++++++++-------- 4 files changed, 853 insertions(+), 827 deletions(-) diff --git a/src/components/case/index.vue b/src/components/case/index.vue index c57db92..61ff818 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -2,7 +2,7 @@
- +
@@ -32,7 +32,7 @@
查看实验报告 重新开始 @@ -65,7 +65,7 @@ - + @@ -823,6 +823,24 @@ export default { this.seconds = seconds; } }, + //重新开始 + async reloadConfirm () { + // 已提交状态则直接重新开始,未提交则询问弹框 + if (this.popContainer) { + this.reload() + } else { + try { + await this.$confirm('

点击重新开始,之前操作会清空。

确定重新开始吗?

', '提示', { + confirmButtonText: '确定', + cancelButtonText: '取消', + type: 'warning', + // closeOnClickModal: false, + dangerouslyUseHTMLString: true, + }) + this.reload() + } catch (e) { } + } + }, reload () { this.submitType = false this.lockIt = false diff --git a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue index b7dd613..40c49a3 100644 --- a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue +++ b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue @@ -1,48 +1,51 @@ /* 个人业务>活期业务>销户 */ \ No newline at end of file diff --git a/src/pages/manage/list/personal/currentAccount/settle.vue b/src/pages/manage/list/personal/currentAccount/settle.vue index fc31b20..4938f43 100644 --- a/src/pages/manage/list/personal/currentAccount/settle.vue +++ b/src/pages/manage/list/personal/currentAccount/settle.vue @@ -1,69 +1,75 @@ /* 个人业务>活期业务>结清 */ \ No newline at end of file +// } \ No newline at end of file diff --git a/src/pages/manage/list/personal/currentAccount/transferAccounts.vue b/src/pages/manage/list/personal/currentAccount/transferAccounts.vue index 4c22f91..efcb1e1 100644 --- a/src/pages/manage/list/personal/currentAccount/transferAccounts.vue +++ b/src/pages/manage/list/personal/currentAccount/transferAccounts.vue @@ -1,197 +1,204 @@ /* 个人业务>活期业务>转账 */ @@ -336,5 +339,4 @@ export default{ // // left: 50%; // // transform: translate(-50%,-50%); // // } -// } - \ No newline at end of file +// } \ No newline at end of file