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 } } }