From 0bbf0c962af64624f375db6875d003814995640e Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期六, 26 八月 2023 11:46:56 +0800
Subject: [PATCH] 8-26人员管理组织架构对接完成

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

diff --git a/src/api/standardLibrary.js b/src/api/standardLibrary.js
index 50581af..09b57f9 100644
--- a/src/api/standardLibrary.js
+++ b/src/api/standardLibrary.js
@@ -1,10 +1,9 @@
 import request from '@/utils/request'
 
-export function getMaterialList(params) {
+export function getMaterialList() {
   return request({
     url: '/material/list',
     method: 'get',
-    params
   })
 }
 

--
Gitblit v1.9.3