WXL
2024-06-05 711c995d7307b4a2d56e55095e3f81ffbdfc4d39
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");