From 3b3513a1b653af76231ed053cb0d22a362d36876 Mon Sep 17 00:00:00 2001 From: yuyu <1981343953@qq.com> Date: 星期五, 25 八月 2023 17:33:51 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.110.209:9001/r/lims-before --- 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