src/views/client/client/DetailClientManage.vue
@@ -269,7 +269,7 @@
    this.getContactList()
    this.setData(this.detailConfig.infomation)
    this.addConfig = {
      id_name: "client_name",
      id_name: "client_id",
      keywordType: "客户名称",
      keyword: this.detailConfig.infomation.name,
      id: this.detailConfig.infomation.id,
@@ -278,7 +278,8 @@
      contact_name: this.detailConfig.infomation.contact_name,
      client_status_id: this.detailConfig.infomation.client_status_id,
      client_id: this.detailConfig.infomation.id,
      contact_id: this.detailConfig.infomation.contact_id
      contact_id: this.detailConfig.infomation.contact_id,
      sourceType:1,
    }
  },
  mounted() {},
@@ -597,6 +598,7 @@
        }
      }
      .second {
        height: calc(100vh - 111px);
        background: #fff;
        .followup-records {
          .table-view {