yangfeng
2023-10-17 d3c0cce8e77ea1986b2cd0c82135d926f1e2137a
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) {