Browse Source

完善客户管理--对接人

master
yunuo970428 2 months ago
parent
commit
45c301225f
  1. 2
      yxt-as-ui/src/views/client/customermanagement/relation/person.vue

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

@ -126,7 +126,7 @@ export default {
})
},
reload() {
req.personList({ sid: this.formobj.sid }).then((res) => {
req.getListByCustomerSid({ sid: this.formobj.sid }).then((res) => {
if (res.success) {
this.formobj.list = res.data
}

Loading…
Cancel
Save