WXL
2024-05-27 c437204be5eee170cda3e0168e33b93fd323c998
src/views/repositoryai/templateku/index.vue
@@ -555,7 +555,7 @@
        console.log(this.userList[0].campus.split(","));
      });
      listDept(this.queryParams).then((response) => {
      listDept({ pageNum: 1, pageSize: 10 }).then((response) => {
        this.deptList = this.handleTree(response.data, "deptId");
      });
    },