From f0015f24b567373fb1743928ece61329912afdf1 Mon Sep 17 00:00:00 2001 From: jiangzhe <244140623@qq.com> Date: Mon, 22 Jul 2024 10:34:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/oss/index.ts | 9 +++++++++ src/views/resourceMgt/catalogSchoolMgt/index.vue | 4 ++-- src/views/resourceMgt/catalogTextbookMgt/index.vue | 6 +++--- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/api/system/oss/index.ts b/src/api/system/oss/index.ts index 849c092..56df9cd 100644 --- a/src/api/system/oss/index.ts +++ b/src/api/system/oss/index.ts @@ -137,6 +137,15 @@ export function pageTextbook(query: any): AxiosPromise { }); } +export function pageTextbookSchool(query: any): AxiosPromise { + return request({ + url: '/file/textbook/school/pageList', + method: 'get', + params: query + }); +} + + export function pageResource(query: any): AxiosPromise { return request({ url: '/file/resource/pageList', diff --git a/src/views/resourceMgt/catalogSchoolMgt/index.vue b/src/views/resourceMgt/catalogSchoolMgt/index.vue index d38956a..c06247f 100644 --- a/src/views/resourceMgt/catalogSchoolMgt/index.vue +++ b/src/views/resourceMgt/catalogSchoolMgt/index.vue @@ -193,7 +193,7 @@