diff --git a/public/static/bindUserExcel.xlsx b/public/static/bindUserExcel.xlsx index 6695493..0cb5b2a 100644 Binary files a/public/static/bindUserExcel.xlsx and b/public/static/bindUserExcel.xlsx differ diff --git a/src/views/healthMonitor/healMonitorManage/monitorToll/toolManagement/toolManagement.api.ts b/src/views/healthMonitor/healMonitorManage/monitorToll/toolManagement/toolManagement.api.ts index a3b75fd..72c04e0 100644 --- a/src/views/healthMonitor/healMonitorManage/monitorToll/toolManagement/toolManagement.api.ts +++ b/src/views/healthMonitor/healMonitorManage/monitorToll/toolManagement/toolManagement.api.ts @@ -18,7 +18,7 @@ enum Api { getWarnSwitch = '/health-watch/watch/watchDevice/selectWarnSwitchByWatchNo', switch = '/health-watch/watch/watchDevice/switch', rkImport = '/health-watch/watch/watchDevice/importExcel', - bindUserImport = '/health-watch/watch/watchDevice/importExcelBindData', + bindUserImport = '/health-watch/watch/watchDevice/importExcelBindData/v2', deleteOne = '/health-watch/watch/watchDevice/delete', deleteBatch = '/health-watch/watch/watchDevice/deleteBatch', importExcel = '/health-watch/watch/watchDevice/importExcel',