This commit is contained in:
2021-03-18 22:00:02 +00:00
parent fa75d3bda8
commit 3609deeca2
5 changed files with 37 additions and 31 deletions

View File

@@ -925,7 +925,9 @@ export default {
name: "service-banks",
params: {
objectType: window.$gz.type.Customer,
objectId: this.$route.params.recordid
objectId: this.$route.params.recordid,
viz: this.obj.name,
icon: "$ayiAddressCard"
}
});
}