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' }); };