feat/workorder (#3860)
* feat: workorder * pref: workorder button * chore: move workorder to common * chore: format code * pref: style
This commit is contained in:
5
projects/app/src/web/common/workorder/api.ts
Normal file
5
projects/app/src/web/common/workorder/api.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { GET } from '@/web/common/api/request';
|
||||
export const getWorkorderURL = () =>
|
||||
GET<{
|
||||
redirectUrl: string;
|
||||
}>('/proApi/common/workorder/create');
|
||||
Reference in New Issue
Block a user