Commit 71251e52 authored by 刘怀志's avatar 刘怀志

68645 挂号管理-新增挂号时宠主信息状态显示不正确

parent f37ba89b
...@@ -574,7 +574,8 @@ export default { ...@@ -574,7 +574,8 @@ export default {
customers: data.customers, // 是否是新客 0 是 1 否 customers: data.customers, // 是否是新客 0 是 1 否
petCount: data.petCount, petCount: data.petCount,
cardBalance: data.cardBalance ? moneyFormat(data.cardBalance) : '-', cardBalance: data.cardBalance ? moneyFormat(data.cardBalance) : '-',
ownerId: data.id ownerId: data.id,
status: data.status
} }
Object.assign(this.form, temp) Object.assign(this.form, temp)
this.showPetInfo = true this.showPetInfo = true
...@@ -666,6 +667,7 @@ export default { ...@@ -666,6 +667,7 @@ export default {
insure: petData.insure, insure: petData.insure,
nickName: petOwnerBo.nickName, nickName: petOwnerBo.nickName,
phoneNumber: petOwnerBo.phoneNumber, phoneNumber: petOwnerBo.phoneNumber,
status: petOwnerBo.status,
ownersId: petOwnerBo.ownersId, ownersId: petOwnerBo.ownersId,
createTime: petOwnerBo.createTime, createTime: petOwnerBo.createTime,
/* 这改变的值 */ /* 这改变的值 */
......
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