cy
2023-12-09 6665ddbc6dd0fe82ea3d47cd2bb5e48a5a27a712
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: {