From 837c21ced9ed0aafe17a7c0c16975a1b6731eb9d Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 07 七月 2023 11:30:37 +0800 Subject: [PATCH] 验质功能修改,websocket优化 --- api/globalApi.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 2191807..384cc47 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -152,6 +152,10 @@ url: '/wrzs/userOperation/qualityInspectionHistory', method: 'GET' }, + getMaterialDetailByOrderCode: { + url: '/wrzs/materialdetail/getMaterialDetailByOrderCode', + method: 'GET' + }, // 鐢ㄦ埛 // 鑾峰彇鐢ㄦ埛淇℃伅 getUserEntity: { -- Gitblit v1.9.1