haoxuan
2024-04-24 0f1cb2e4016ca7f91d1563483156d428ae7f1ff4
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)
              }
            })
          }