|
|
@@ -271,6 +271,7 @@ export default {
|
|
|
//业务列表双击选中事件
|
|
|
reslistCurrentChange(row, column, event) {
|
|
|
this.salespersonForm = row; //名称
|
|
|
+ this.salespersonForm.deptName = `${row.deptName}${row.isPartner == 1?'(合伙人-新)':row.isPartner == 2?'(合伙人-旧)':''}`
|
|
|
this.activeName='999'
|
|
|
this.$refs.Ktletter.clearData()
|
|
|
this.$refs.Ktletter.userId=row.userId
|