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