Update updateInformationArtist.ts

parent 04c9d6e0
...@@ -888,7 +888,8 @@ export default defineComponent({ ...@@ -888,7 +888,8 @@ export default defineComponent({
// eslint-disable-next-line @typescript-eslint/restrict-plus-operands // eslint-disable-next-line @typescript-eslint/restrict-plus-operands
birthday: birthday.value + ' 00:00:00', birthday: birthday.value + ' 00:00:00',
sex: sex.value, sex: sex.value,
address: address.value, provinceDto: address.value,
address: null,
phoneNumber: phoneNumber.value, phoneNumber: phoneNumber.value,
email: email.value, email: email.value,
facebook: facebook.value, facebook: facebook.value,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment