Browse Source

完善客户管理 -- 对接人

zhanglei
yunuo970428 4 months ago
parent
commit
f86f21e75b
  1. 2
      yxt-as-ui/src/views/client/customermanagement/relation/person.vue

2
yxt-as-ui/src/views/client/customermanagement/relation/person.vue

@ -63,7 +63,7 @@ export default {
handleSelectionChange(row) {
const aa = []
row.forEach(element => {
aa.push(element.customerVehSid)
aa.push(element.sid)
})
this.sids = aa
},

Loading…
Cancel
Save