兰宝车间质量管理系统-前端
陈西瓜i
2024-10-14 1644070e97af5df11a9cc655a93f4e3e778ae879
src/api/workflow/formManage/index.ts
@@ -25,7 +25,7 @@
export const selectListFormManage = (): AxiosPromise<FormManageVO[]> => {
  return request({
    url: '/workflow/formManage/list/selectList',
    method: 'get',
    method: 'get'
  });
};