yangfeng
2023-08-11 78cf30802189becef2725af73f37b5d2cb28600f
src/views/client/salesLead/DetailSalesLead.vue
@@ -105,7 +105,11 @@
          </div>
        </div>
        <div v-if="activeName === 'second'" class="second">
          <FollowupRecords :isDetail="true" />
          <FollowupRecords
            :isDetail="true"
            :follow-record="detailConfig.infomation.FollowRecord"
            :add-config="addConfig"
          />
        </div>
      </div>
    </el-drawer>
@@ -140,11 +144,16 @@
      isAddressExpand: true, // 地址信息
      addressInfoList: [],
      isRemarkExpand: true, // 备注信息
      remarkInfoList: []
      remarkInfoList: [],
      addConfig: {}
    }
  },
  created() {
    this.setData()
    this.addConfig = {
      sealsLead: this.detailConfig.infomation.id,
      sales_leads_name: this.detailConfig.infomation.name
    }
  },
  mounted() {},
  methods: {