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