|
@@ -317,14 +317,14 @@ export default {
|
|
|
this.getRelated(res.ownerId);
|
|
this.getRelated(res.ownerId);
|
|
|
if (res.assetId) {
|
|
if (res.assetId) {
|
|
|
this.$http.get('/asset/get/' + res.assetId).then(res => {
|
|
this.$http.get('/asset/get/' + res.assetId).then(res => {
|
|
|
- console.log(res);
|
|
|
|
|
|
|
+ // console.log(res);
|
|
|
this.$http
|
|
this.$http
|
|
|
.get('/asset/tokenHistory', {
|
|
.get('/asset/tokenHistory', {
|
|
|
tokenId: res.tokenId,
|
|
tokenId: res.tokenId,
|
|
|
assetId: res.collectionId
|
|
assetId: res.collectionId
|
|
|
})
|
|
})
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
- console.log(res);
|
|
|
|
|
|
|
+ // console.log(res);
|
|
|
this.tableData = res;
|
|
this.tableData = res;
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|