优化业主端bug

This commit is contained in:
wuxw 2023-10-19 17:27:21 +08:00
parent 262bdd4787
commit 479ca2396d

View File

@ -315,7 +315,8 @@ export function ownerLogin(_that, _data) {
ownerId:_json.data.ownerId,
ownerTel:_json.data.ownerTel,
communityId:_json.data.communityId,
link:_json.data.ownerTel
link:_json.data.ownerTel,
ownerTypeCd:_json.data.ownerTypeCd
})
resolve(_json.data);
},