zuozhengqing
2024-01-03 ab95709b5d4009b414bf096cd81f2fe6fcae3d00
src/views/sales/masterOrder/AddMasterOrderDialog.vue
@@ -259,7 +259,7 @@
            let username = document.cookie.replace(/(?:(?:^|.*;\s*)username\s*=\s*([^;]*).*$)|^.*$/, "$1")
            this.memberOptions.map((item) => {
              if (item.username == username) {
                this.editConfig.infomation.member_id = item.id
                this.$set(this.editConfig.infomation, "member_id", item.id)
              }
            })
          }