updated โครงการ tab ลักษณะโครงการ

This commit is contained in:
Warunee Tamkoo 2024-04-11 16:13:19 +07:00
parent 2360aaceb5
commit c7fca7f372
4 changed files with 189 additions and 96 deletions

View file

@ -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);