|
@@ -121,8 +121,12 @@ export default {
|
|
|
})
|
|
|
this.show = true
|
|
|
if (this.name == 2 && !this.patent.patentRightTree) {
|
|
|
+ let params = {
|
|
|
+ patentNo: this.patent.patentNo,
|
|
|
+ appNo: this.patent.rowApplicationNo,
|
|
|
+ }
|
|
|
this.$api
|
|
|
- .getPatentRightTree({ patentNo: this.patent.patentNo })
|
|
|
+ .getPatentRightTree(params)
|
|
|
.then((response) => {
|
|
|
if (response.code == 200) {
|
|
|
this.$set(this.patent, "patentRightTree", response.data.data);
|