|
@@ -1515,6 +1515,7 @@ export default {
|
|
|
|
|
|
|
|
searchTags(this.queryTagParams).then(response => {
|
|
searchTags(this.queryTagParams).then(response => {
|
|
|
this.tagGroupList = response.rows;
|
|
this.tagGroupList = response.rows;
|
|
|
|
|
+ this.total = response.total;
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
},
|
|
},
|