|
@@ -75,6 +75,7 @@ export default {
|
|
|
},
|
|
|
// 查看详情
|
|
|
detail(data) {
|
|
|
+ data.inventor = JSON.stringify(data.inventor.map((i) => i.name));
|
|
|
// this.$router.push({ path: '/service/patent/mech/patent/navigation/info', query: { id: data.id } });
|
|
|
this.$set(this, `info`, data);
|
|
|
this.twoShow = true;
|