From 481d82ebd4504501b408c458f3d87d912692588e Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期二, 16 七月 2024 11:32:06 +0800 Subject: [PATCH] fix:修复纤度登记表,检验表切换 --- src/api/productManage/silkInspectForm.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/productManage/silkInspectForm.js b/src/api/productManage/silkInspectForm.js index 0de4f00..78d2c6c 100644 --- a/src/api/productManage/silkInspectForm.js +++ b/src/api/productManage/silkInspectForm.js @@ -32,3 +32,11 @@ data }) } +// 绾ゅ害妫�楠岀殑璇︽儏鏂版帴鍙� +export function getNewCheckDetails(data) { + return request({ + url: "/api-jl/v1/fineness/checkFinenessID/"+data.id, + method: "get", + data + }) +} \ No newline at end of file -- Gitblit v1.8.0