Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

This commit is contained in:
田岩
2025-12-02 19:22:22 +08:00
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -425,6 +425,13 @@
})
onShow(() => {
console.log('onShow')
queryTraPartnerCatelogList().then(res => {
catelogList.value = res.body || []
})
// 重新获取标签信息
getTraTagListApi().then(res => {
tagsTree.value = res.body || []
})
activeTag.value = []
getMoreList(1)
socketStore.closeSocket()