feat/workorder (#3860)

* feat: workorder

* pref: workorder button

* chore: move workorder to common

* chore: format code

* pref: style
This commit is contained in:
Finley Ge
2025-02-24 19:59:06 +08:00
committed by GitHub
parent ffc1520f4c
commit fb6dbaf2d6
11 changed files with 162 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
import { GET } from '@/web/common/api/request';
export const getWorkorderURL = () =>
GET<{
redirectUrl: string;
}>('/proApi/common/workorder/create');