haoxuan
2024-02-29 0e858a61519b0eacc3a230aee20d76818b2b364c
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)
            }
          })
        }