From 10c03846ded137a08fcec70090eb4adde5a13588 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 07 十一月 2024 15:51:44 +0800 Subject: [PATCH] feat:取样员页面提交 --- api/globalApi.js | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index ff39035..5109c00 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -548,6 +548,22 @@ downloadExcel:{ url:'/wrzs/tmtaskcoal/tmAppStatisticsExcel', method:'GET', - } + }, + //鐧诲綍涔嬪悗璁板綍淇℃伅鎵�鐢� + setApplogonTime:{ + url:'/wrzs/userentity/setApplogonTime', + method:'POST', + }, + //鍙栨牱鍛樿尪鏌ヨ鎻愮叅鍗� + inspectedTaskPage:{ + url:'/wrzs/tmtaskcoal/inspectedTaskPage', + method: 'GET' + }, + //纭鍙栨牱 + updateInspectionStatus:{ + url:'/wrzs/tmtaskcoal/updateInspectionStatus', + method: 'PUT' + }, + } \ No newline at end of file -- Gitblit v1.9.1