@@ -74,7 +74,7 @@
title: '加载中'
})
const res = await this.$dibootApi.get('/mobile/workflow/processDefinition/getAuthorizedCategoryTree')
- if(res.code === 0 && res.data && res.data.length > 0) {
+ if(res.code === 0 && res.data ) {
this.categoryList = res.data
this.tabList = [{
name: '全部'