This commit is contained in:
2020-12-22 15:35:24 +00:00
parent 295cf4c0c4
commit 1ad5246fba
4 changed files with 33 additions and 12 deletions

View File

@@ -305,8 +305,8 @@ export default {
vm.$router.push({
name: "home-reviews",
params: {
objectType: Number.parseInt(item.data.ayaType, 10),
objectId: Number.parseInt(item.data.recordId, 10),
objectType: window.$gz.util.stringToIntOrNull(item.data.ayaType),
objectId: window.$gz.util.stringToIntOrNull(item.data.recordId),
name: objName
}
});