src/views/client/followupRecords/AddFollowupRecordsDialog.vue
@@ -463,6 +463,10 @@
    }
  },
  created() {
    this.getChanceList(this.editConfig.infomation.client_id)
    if(this.editContactsConfig.title==="编辑"){
      this.isChance=false
    }
    this.$store.dispatch("geClient")
    this.getCommonData()
    this.getContactInfoList()
@@ -497,7 +501,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)
            }
          })
        }