样式调整

This commit is contained in:
670788339
2025-11-04 17:35:06 +08:00
parent 6a764dd698
commit c49d69dede

View File

@@ -1033,7 +1033,7 @@ export default {
ct.checked = false;
})
}
this.searchData();
this.searchData(1);
},
// 清除
handleClearTags() {
@@ -1072,7 +1072,7 @@ handleClearTags() {
// })
// item.checked=true;
this.searchData();
this.searchData(1);
},
//点击标签
handleTagClick(item, list,type) {