admin-web/src/views/departmentitem/itemdis/distribution/index.vue
@@ -158,11 +158,15 @@ defaultValue: '', }, ], filterFrom: {}, // 树数据 treeDataList: [] }; }, created() { this.filterFrom = { outAgencyId: this.userInfo.tenantId, }; this.fetchData() }, methods: {