From 57edffda445efc23fd17752dbb36fc1b91c0716a Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期三, 19 七月 2023 14:41:41 +0800
Subject: [PATCH] 标准库第二次修改的bug补交

---
 src/api/standardLibrary.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/standardLibrary.js b/src/api/standardLibrary.js
index 0c7344e..1123199 100644
--- a/src/api/standardLibrary.js
+++ b/src/api/standardLibrary.js
@@ -8,6 +8,15 @@
   })
 }
 
+// 鍒嗛〉鏌ヨ鎵�鏈夋爣鍑嗘暟鎹�
+export function getStandardsListOfPage(params) {
+  return request({
+    url: '/standards/list_page',
+    method: 'get',
+    params
+  })
+}
+
 // 娣诲姞绫诲瀷
 export function addStandards() {
   return request({

--
Gitblit v1.9.3