update

parent a103caa2
......@@ -362,6 +362,7 @@ export type CustomerType = {
representative: string;
position: string;
level: CustomerLevelType;
representativeEmail: string
};
export type CustomerLevelType = {
id: number;
......
......@@ -263,7 +263,7 @@ export default defineComponent({
fullName.value = props.customerInfo.fullName;
companyName.value = props.customerInfo.companyName;
taxCode.value = props.customerInfo.taxCode;
email.value = props.customerInfo.email;
email.value = props.customerInfo.representativeEmail;
status.value = props.customerInfo.status;
phone.value = props.customerInfo.phone;
password.value = props.customerInfo.password;
......
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