From b2278ee7b3934157b2400d75c39957a8885ade9f Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 27 五月 2024 17:34:53 +0800 Subject: [PATCH] 测试完成 --- src/views/repositoryai/templateku/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/repositoryai/templateku/index.vue b/src/views/repositoryai/templateku/index.vue index cb7abc0..1ba5098 100644 --- a/src/views/repositoryai/templateku/index.vue +++ b/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"); }); }, -- Gitblit v1.9.3