yangfeng
2023-07-19 23d80c1b64f23ede237ab8e89ebc2ee2aaf43f26
src/views/client/followupRecords/index.vue
@@ -22,7 +22,6 @@
<script>
import AddFollowupRecordsDialog from "@/views/client/followupRecords/AddFollowupRecordsDialog"
import { getFollowRecordList } from "@/api/client/followupRecords.js"
import { dateFormat } from "@/common/config/index"
export default {
  name: "FollowupRecords",
@@ -105,9 +104,7 @@
                  client_name: item.client.name,
                  contact_name: item.contact.name,
                  client_status_id: item.client.client_status_id,
                  phone: item.contact.phone,
                  follow_time: dateFormat("YYYY-mm-dd HH:MM", item.follow_time),
                  next_follow_time: dateFormat("YYYY-mm-dd HH:MM", item.next_follow_time)
                  phone: item.contact.phone
                }
              })
              this.tableList.tableInfomation = list || []
@@ -153,6 +150,7 @@
      this.editConfig.title = "编辑"
      this.editConfig.infomation = {
        id: row.id,
        client_name: row.client_name,
        client_id: row.client_id,
        number: row.number,
        client_status_id: row.client_status_id,