src/views/sales/salesOpportunity/index.vue
@@ -167,7 +167,7 @@ this.search_map = {} } else { this.search_map = { [this.addConfig.id_name]: this.addConfig.client_name [this.addConfig.id_name]: this.addConfig.id } } this.getData(this.search_map) @@ -349,7 +349,6 @@ // 跟进 followupClick(row) { console.log(row) this.editFollowupConfig.visible = true this.editFollowupConfig.title = "新建" this.editFollowupConfig.infomation = { ...row, @@ -357,6 +356,8 @@ sale_chance_name: row.name, sale_chance_id: row.id } this.editFollowupConfig.infomation.codeStandID='' this.editFollowupConfig.visible = true } } }