Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-04-18 18:09:47 +07:00
commit ad593b4551
9 changed files with 338 additions and 419 deletions

View file

@ -9,6 +9,8 @@ export default {
/** history */
developmentHistoryList: (type: string) =>
`${development}/history/${type}/filter`,
developmentHistoryListByid: (type: string, id: string) =>
`${development}/history/${type}/${id}`,
developmentHistoryAdd: (type: string) => `${development}/history/${type}`,
developmentProjectSearch: () => `${development}/main/search`,
developmentHistoryListOrg: (type: string, year: number) =>