From 4c9fec35420c70221fea59d7ea25d4e81ddbdfbd Mon Sep 17 00:00:00 2001 From: zhaochengke Date: Wed, 15 Jun 2022 17:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0bug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arbitration/arbitrationDetail.vue | 2 +- .../arbitration/arbitrationHandlerDetail.vue | 2 +- .../arbitration/arbitrationHandlerList.vue | 2 +- .../homestead/arbitration/arbitrationList.vue | 2 +- .../arbitration/arbitrationProcessDetail.vue | 2 +- .../arbitration/arbitrationProcessList.vue | 2 +- .../homestead/circulation/circulationAdd.vue | 7 ++++-- .../homeApplication/proposerLite.vue | 19 +++++++++++---- .../homestead/mortgage/mortgageAdd.vue | 23 +++++++++++++------ .../homestead/mortgage/mortgageModify.vue | 8 +++---- .../homestead/paidExit/paidExitAdd.vue | 23 +++++++++++++------ src/views/onlineHome/workbench.vue | 20 ++++++++-------- 12 files changed, 70 insertions(+), 42 deletions(-) diff --git a/src/views/onlineHome/homestead/arbitration/arbitrationDetail.vue b/src/views/onlineHome/homestead/arbitration/arbitrationDetail.vue index 6ebbc3bd..59e15f6f 100644 --- a/src/views/onlineHome/homestead/arbitration/arbitrationDetail.vue +++ b/src/views/onlineHome/homestead/arbitration/arbitrationDetail.vue @@ -181,7 +181,7 @@ export default { }, computed: { allowCUD: function () { - return this.$store.getters.businessLevel == '2' + return this.$store.getters.businessLevel == '2' || true }, }, methods: { diff --git a/src/views/onlineHome/homestead/arbitration/arbitrationHandlerDetail.vue b/src/views/onlineHome/homestead/arbitration/arbitrationHandlerDetail.vue index 02367c66..0ce7f91a 100644 --- a/src/views/onlineHome/homestead/arbitration/arbitrationHandlerDetail.vue +++ b/src/views/onlineHome/homestead/arbitration/arbitrationHandlerDetail.vue @@ -101,7 +101,7 @@ export default { }, computed: { allowCUD: function () { - return this.$store.getters.businessLevel == '2' + return this.$store.getters.businessLevel == '2' || true }, }, methods: { diff --git a/src/views/onlineHome/homestead/arbitration/arbitrationHandlerList.vue b/src/views/onlineHome/homestead/arbitration/arbitrationHandlerList.vue index 235fb616..4b481105 100644 --- a/src/views/onlineHome/homestead/arbitration/arbitrationHandlerList.vue +++ b/src/views/onlineHome/homestead/arbitration/arbitrationHandlerList.vue @@ -92,7 +92,7 @@ export default { }, computed: { allowCUD: function () { - return this.$store.getters.businessLevel == '2' + return this.$store.getters.businessLevel == '2' || true }, }, methods: { diff --git a/src/views/onlineHome/homestead/arbitration/arbitrationList.vue b/src/views/onlineHome/homestead/arbitration/arbitrationList.vue index 56a47bf7..a21ccfed 100644 --- a/src/views/onlineHome/homestead/arbitration/arbitrationList.vue +++ b/src/views/onlineHome/homestead/arbitration/arbitrationList.vue @@ -98,7 +98,7 @@ export default { }, computed: { allowCUD: function () { - return this.$store.getters.businessLevel == '2' + return this.$store.getters.businessLevel == '2' || true; }, }, methods: { diff --git a/src/views/onlineHome/homestead/arbitration/arbitrationProcessDetail.vue b/src/views/onlineHome/homestead/arbitration/arbitrationProcessDetail.vue index e52b118f..9d349bbd 100644 --- a/src/views/onlineHome/homestead/arbitration/arbitrationProcessDetail.vue +++ b/src/views/onlineHome/homestead/arbitration/arbitrationProcessDetail.vue @@ -126,7 +126,7 @@ export default { }, computed: { allowCUD: function () { - return this.$store.getters.businessLevel == '2' + return this.$store.getters.businessLevel == '2' || true; }, }, methods: { diff --git a/src/views/onlineHome/homestead/arbitration/arbitrationProcessList.vue b/src/views/onlineHome/homestead/arbitration/arbitrationProcessList.vue index 1738f90c..fa1675f1 100644 --- a/src/views/onlineHome/homestead/arbitration/arbitrationProcessList.vue +++ b/src/views/onlineHome/homestead/arbitration/arbitrationProcessList.vue @@ -92,7 +92,7 @@ export default { }, computed: { allowCUD: function () { - return this.$store.getters.businessLevel == '2' + return this.$store.getters.businessLevel == '2' || true; }, }, methods: { diff --git a/src/views/onlineHome/homestead/circulation/circulationAdd.vue b/src/views/onlineHome/homestead/circulation/circulationAdd.vue index 6b5e79ba..72361d6c 100644 --- a/src/views/onlineHome/homestead/circulation/circulationAdd.vue +++ b/src/views/onlineHome/homestead/circulation/circulationAdd.vue @@ -364,7 +364,7 @@ houseAdd(this.circulation).then(response => { if(response.code = 200){ this.$toast.success('保存成功'); - this.$router.back(-1); + this.back(); } }) }).catch((e) => { @@ -378,7 +378,7 @@ goApply(response.data).then(response => { if(response.code = 200){ this.$toast.success('提交成功'); - this.$router.back(-1); + this.back(); } }); } @@ -387,6 +387,9 @@ Notify({ type: 'danger', message: '请填写完整的表单项' }); }); }, + back() { + setTimeout(() => this.$router.back(-1), 1000) + }, }, } diff --git a/src/views/onlineHome/homestead/homeApplication/proposerLite.vue b/src/views/onlineHome/homestead/homeApplication/proposerLite.vue index fc3acf23..700b7229 100644 --- a/src/views/onlineHome/homestead/homeApplication/proposerLite.vue +++ b/src/views/onlineHome/homestead/homeApplication/proposerLite.vue @@ -1102,17 +1102,17 @@ @@ -3561,4 +3561,13 @@ export default { .van-goods-action { justify-content: center; } + .van-goods-action-button--first { + border-radius: 0.053333rem; + } + .van-goods-action-button--last { + border-radius: 0.053333rem; + } + .van-goods-action-button { + margin-left: 0.1rem; + } diff --git a/src/views/onlineHome/homestead/mortgage/mortgageAdd.vue b/src/views/onlineHome/homestead/mortgage/mortgageAdd.vue index 1c933b5d..5b900c53 100644 --- a/src/views/onlineHome/homestead/mortgage/mortgageAdd.vue +++ b/src/views/onlineHome/homestead/mortgage/mortgageAdd.vue @@ -155,10 +155,10 @@
- 关闭 + 保存 - 保存 + 提交
@@ -167,7 +167,7 @@