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("请输入销售负责人"))
        callback(new Error("请选择销售负责人"))
      }
    }
  }