|
|
@@ -415,7 +415,6 @@ export default {
|
|
|
this.$forceUpdate();
|
|
|
},
|
|
|
handleSearchTags(name){
|
|
|
-
|
|
|
if (!name){
|
|
|
return this.$message.error("请输入要搜索的标签")
|
|
|
}
|
|
|
@@ -424,6 +423,7 @@ export default {
|
|
|
|
|
|
searchTags(this.queryTagParams).then(response => {
|
|
|
this.tagGroupList = response.rows;
|
|
|
+ this.tagTotal = response.total;
|
|
|
});
|
|
|
|
|
|
// searchTags({name:name,corpId:this.queryParams.corpId}).then(response => {
|