WXL
2024-09-03 a346cfbcb03a303dca252d910d2181f00e7adc20
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");