Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit bb7e21d

Browse files
author
dengjun
committed
ci:post city data to rcrm
1 parent bf6f5c0 commit bb7e21d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/services/ProfileService.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ async function updateMyProfile(currentUser, files, data) {
145145
await helper.updateRCRMProfile(currentUser, files.resume, {
146146
phone: data.phone,
147147
availability: data.availability,
148+
city: data.city,
149+
countryName: data.countryName,
148150
});
149151
}
150152

0 commit comments

Comments
 (0)