From 09b701d290094291e877b2cfb601db7da267d6b9 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 21 八月 2024 18:55:47 +0800 Subject: [PATCH] 测试完成 --- src/views/knowledge/education/compilequer/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/knowledge/education/compilequer/index.vue b/src/views/knowledge/education/compilequer/index.vue index 8e0f833..dae4b40 100644 --- a/src/views/knowledge/education/compilequer/index.vue +++ b/src/views/knowledge/education/compilequer/index.vue @@ -589,7 +589,7 @@ }); } // 瀹f暀鍒嗙被 - getheLibraryAssort({ hetype: 2 }).then((res) => { + getheLibraryAssort({}).then((res) => { this.sortlist = res.rows; console.log(this.sortlist); }); -- Gitblit v1.9.3