From 8f004eb54d279e238a9b6e421acb8d87c412f0fe Mon Sep 17 00:00:00 2001 From: ww664853070 Date: Tue, 20 Dec 2022 14:45:17 +0800 Subject: [PATCH] =?UTF-8?q?(*)=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/utils/webapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/utils/webapi.js b/web/client/src/utils/webapi.js index 2c03b45..80414bf 100644 --- a/web/client/src/utils/webapi.js +++ b/web/client/src/utils/webapi.js @@ -46,7 +46,7 @@ export const ApiTable = { //个人培训记录 getPersonalTrainRecord: 'personal/train/record/list', - postAllPersonalTrainRecord: 'personal/train/record/list', + postAllPersonalTrainRecord: 'personal/train/record/bulk', //-培训资料库 getResourceClassify: 'train/trainFiles/resourceRepository/classify',