@@ -109,7 +109,7 @@ export default {
const { href } = this.$router.resolve({
path: "/customDetail",
query: {
- companyId: row.CompanyId,
+ id: row.CompanyId,
},
});
window.open(href, "_blank");