haoxuan
2023-10-13 eae60bd4eb4f4f7fd9f2da981e962c718d91335a
src/views/client/client/index.vue
@@ -369,14 +369,15 @@
    // 跟进
    followupClick(row) {
      console.log(row)
      this.editFollowupConfig.visible = true
      this.editFollowupConfig.title = "新建"
      this.editFollowupConfig.infomation = {
        ...row,
        client_name: row.name,
        number: "",
        codeStandID:'',
        next_follow_time: row.next_visit_time
      }
      this.editFollowupConfig.visible = true
    },
    // 分配
    allocationBtnClick(row) {