From 1d8965b14d897206fb22daee51ccacddc76dd766 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 2 Dec 2024 14:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=BB=B4=E4=BF=AE=E5=8D=95?= =?UTF-8?q?=E7=BB=93=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/operation/repairbill/repairbillBySettleAccounts.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yxt-as-ui/src/views/operation/repairbill/repairbillBySettleAccounts.vue b/yxt-as-ui/src/views/operation/repairbill/repairbillBySettleAccounts.vue index 9ce9be5894..cd52b77ef2 100644 --- a/yxt-as-ui/src/views/operation/repairbill/repairbillBySettleAccounts.vue +++ b/yxt-as-ui/src/views/operation/repairbill/repairbillBySettleAccounts.vue @@ -133,7 +133,7 @@ - + @@ -458,7 +458,7 @@ export default { if (this.sids.length === 1) { req.settle({ sid: this.sids[0] }).then((res) => { if (res.success) { - this.viewState = 3 + this.viewState = 5 this.$refs['divSettle'].showAdd({ sid: this.sids[0] }) } else { this.$message({ showClose: true, type: 'error', message: res.msg })