From afc417a4279fac75893ebe4376a0991aa4088540 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期一, 24 二月 2025 16:37:08 +0800 Subject: [PATCH] ll --- admin/src/views/combo/components/Refund.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/admin/src/views/combo/components/Refund.vue b/admin/src/views/combo/components/Refund.vue index 776030f..c619c90 100644 --- a/admin/src/views/combo/components/Refund.vue +++ b/admin/src/views/combo/components/Refund.vue @@ -72,7 +72,8 @@ comboReDetailPost({ orderId: id }).then(res => { if (res) { this.form = res - this.form.backType = 0 + // this.form.backType = 0 + this.$set(this.form, 'backType', 0) this.form.orderId = id } }) -- Gitblit v1.9.3