yangfeng
2023-08-01 ebddc02611b0373c1d5bfa342bd781fb5eb82009
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) {