WXL
2024-05-27 b2278ee7b3934157b2400d75c39957a8885ade9f
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");