From f86d07ccc55c800eaefc6b1cff0f242d71f6841b Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 22 十二月 2023 15:14:49 +0800
Subject: [PATCH] 调用地方修改

---
 src/views/sales/refundForm/AddRefundFormDialog.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/sales/refundForm/AddRefundFormDialog.vue b/src/views/sales/refundForm/AddRefundFormDialog.vue
index d71dbcf..2d116cb 100644
--- a/src/views/sales/refundForm/AddRefundFormDialog.vue
+++ b/src/views/sales/refundForm/AddRefundFormDialog.vue
@@ -430,7 +430,7 @@
           let username = document.cookie.replace(/(?:(?:^|.*;\s*)username\s*=\s*([^;]*).*$)|^.*$/, "$1")
           this.memberOptions.map((item) => {
             if (item.username == username) {
-              this.editConfig.infomation.memberId = item.id
+              this.$set(this.editConfig.infomation, "memberId", item.id)
             }
           })
         }
@@ -679,7 +679,7 @@
       if (this.editConfig.infomation?.memberId > 0) {
         callback()
       } else {
-        callback(new Error("璇疯緭鍏ラ攢鍞礋璐d汉"))
+        callback(new Error("璇烽�夋嫨閿�鍞礋璐d汉"))
       }
     }
   }

--
Gitblit v1.8.0