src/views/client/client/AddClientManageDialog.vue
@@ -636,7 +636,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) } }) }