futian.liu
2023-12-09 2af69a47b08aa4988cc9733a361a733a671a5f81
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: {