yangfeng
2023-07-31 9556ecc3c377d2e8e8d3659b7c56f9e35ff0c626
src/views/client/followupRecords/index.vue
@@ -63,7 +63,8 @@
        visible: false,
        title: "新建",
        infomation: {}
      }
      },
      saleChanceName: ""
    }
  },
  created() {
@@ -141,7 +142,7 @@
      console.log(row)
      this.editConfig.visible = true
      this.editConfig.title = "编辑"
      this.editConfig.infomation = { ...row }
      this.editConfig.infomation = { ...row, sale_chance_name: "", sales_leads_name: "" }
    },
    // 删除
    delClick(id) {