yangfeng
2023-11-30 6050b02cd808a9af2070d61e3b278e3407b845ca
src/views/sales/contractManage/AddContractManageDialog.vue
@@ -354,7 +354,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)
              }
            })
          }