updated โครงการ tab ลักษณะโครงการ
This commit is contained in:
parent
2360aaceb5
commit
c7fca7f372
4 changed files with 189 additions and 96 deletions
|
|
@ -217,6 +217,7 @@ function getStatus(id: string) {
|
|||
.get(config.API.developmentMainStatus(id)) // change path
|
||||
.then((res) => {
|
||||
status.value = res.data.result.status;
|
||||
store.projectStatus = res.data.result.status;
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue