From 79ab38a8bdd0e94c83f1a2e3f8d9a49378993517 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 25 四月 2024 09:51:32 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before into master --- src/api/technology/document.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/api/technology/document.js b/src/api/technology/document.js index 0f5e30a..4c1ac31 100644 --- a/src/api/technology/document.js +++ b/src/api/technology/document.js @@ -285,3 +285,16 @@ responseType: 'blob' }) } + + +/** + * 妫�娴嬫爣鍑嗗弬鏁� + * @param query + */ +export function getTestStandardParams(query) { + return request({ + url: '/mes/document/list', + method: 'get', + params: query + }) +} \ No newline at end of file -- Gitblit v1.9.3