WXL
2024-05-27 4065fe24adb89c5ce91b1f59a1b303498e34d300
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");
      });
    },