โครงการtab ข้อมูลเบื้องต้น API
This commit is contained in:
parent
759b59d445
commit
4f82349541
3 changed files with 72 additions and 17 deletions
|
|
@ -34,4 +34,7 @@ export default {
|
|||
developmentMainFinish: (id: string) => `${development}/main/finish/${id}`,
|
||||
// ข้อมูล status ของโครงการ
|
||||
developmentMainStatus: (id: string) => `${development}/main/status/${id}`,
|
||||
|
||||
/** โครงการ tab ข้อมูลเบื้องต้น */
|
||||
developmentBasicInfoById: (id:string) => `${development}/main/tab1/${id}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue