zxl
2025-03-02 16f122cfcec09e65e4790ecee46bae1f1b7b8fff
src/views/system/dept/index.vue
@@ -226,10 +226,12 @@
    /** 查询部门列表 */
    getList() {
      this.loading = true;
      console.log(this.queryParams, "dddddd")
      listDept(this.queryParams).then(response => {
        this.deptList = this.handleTree(response.data, "deptId");
        this.loading = false;
      });
    },
    /** 转换部门数据结构 */
    normalizer(node) {