WXL
2024-07-16 cc73ea5320fed8a39e00bfc0fa02810199559122
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");