hwh
2024-09-13 9d7f402fe2f147b8108833a64e6182f52ea160c4
Web/src/api/wcs/wcsTask.ts
@@ -5,6 +5,7 @@
  UpdateWcsTask = '/api/wcsTask/update',
  PageWcsTask = '/api/wcsTask/page',
  DetailWcsTask = '/api/wcsTask/detail',
  FinshWcsTask = '/api/wcsTask/Finsh',
}
// 增加任务表
@@ -48,3 +49,10 @@
      });
// 完成/取消任务
export const finshWcsTask = (params?: any) =>
   request({
         url: Api.FinshWcsTask,
         method: 'post',
         data: params,
      });