循环遍历查询分类和配置信息

dev
truthhun 1 year ago
parent 1643e39770
commit a7b04af256

@ -426,7 +426,7 @@ export default {
this.categoryTrees = categoryToTrees(this.categories).filter(
(item) => item.enable
)
// this.loopUpdate()
this.loopUpdate()
this.loading = false
if (requireLogin(this.settings, this.user, this.$route, this.permissions)) {
this.$router.push('/login')

Loading…
Cancel
Save