查看数据接口调用问题
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -129,7 +129,8 @@ const btnHanldesMap = { | ... | @@ -129,7 +129,8 @@ const btnHanldesMap = { |
| 129 | guid: scope.row.dataProductGuid, | 129 | guid: scope.row.dataProductGuid, |
| 130 | type: 'detail', | 130 | type: 'detail', |
| 131 | foundMode: 'read', | 131 | foundMode: 'read', |
| 132 | name: scope.row.dataProductName | 132 | name: scope.row.dataProductName, |
| 133 | useGuid: scope.row.guid | ||
| 133 | } | 134 | } |
| 134 | }); | 135 | }); |
| 135 | }, | 136 | }, | ... | ... |
-
Please register or sign in to post a comment