bding 1 жил өмнө
parent
commit
5481db8cba

+ 1 - 1
src/views/research_manage/shareRecord.vue

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