diff --git a/yxt-as-ui/src/views/client/customermanagement/relation/person.vue b/yxt-as-ui/src/views/client/customermanagement/relation/person.vue index f86158f37e..3cab73c668 100644 --- a/yxt-as-ui/src/views/client/customermanagement/relation/person.vue +++ b/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 }