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