zuozhengqing
2023-12-12 23811de7f45e5c40136be9dd072b448334db3e66
src/views/client/contacts/AddContactsDialog.vue
@@ -386,7 +386,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)
            }
          })
        }