WXL
2024-08-06 17b041e2e7ebd5afe75403fefc57cc6a88b51dad
src/views/system/dept/index.vue
@@ -300,6 +300,8 @@
  methods: {
    /** 查询部门列表 */
    getList() {
      console.log(this.deptList);
      this.loading = true;
      listDept(this.queryParams).then((response) => {
        this.deptList = this.handleTree(response.data, "deptId");