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 | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/api/standardLibrary.js b/src/api/standardLibrary.js index a3fedfb..09b57f9 100644 --- a/src/api/standardLibrary.js +++ b/src/api/standardLibrary.js @@ -1,12 +1,9 @@ import request from '@/utils/request' -export function getMaterialList(params) { +export function getMaterialList() { return request({ url: '/material/list', method: 'get', - params: { - specificationName: params - } }) } -- Gitblit v1.9.3