yangfeng
2023-10-17 33836e44d74759010d8e79f3cc702186c4bdf4ea
src/views/sales/salesOpportunity/index.vue
@@ -175,6 +175,7 @@
  methods: {
    setTable() {
      this.tableList = {
        selectIndex:true,
        tableInfomation: [],
        allcol: [],
        showcol: this.showCol,
@@ -348,7 +349,6 @@
    // 跟进
    followupClick(row) {
      console.log(row)
      this.editFollowupConfig.visible = true
      this.editFollowupConfig.title = "新建"
      this.editFollowupConfig.infomation = {
        ...row,
@@ -356,6 +356,8 @@
        sale_chance_name: row.name,
        sale_chance_id: row.id
      }
      this.editFollowupConfig.infomation.codeStandID=''
      this.editFollowupConfig.visible = true
    }
  }
}