ดาวน์โหลดเอกสาร

This commit is contained in:
STW_TTTY\stwtt 2024-07-10 16:05:52 +07:00
parent 7ab0dcd8e6
commit d2f6c42144
2 changed files with 28 additions and 18 deletions

View file

@ -137,8 +137,8 @@ function fetchData() {
expanded.value = arrayExpanded.filter((e) => e !== null).slice(0, -1);
expanded2.value = arrayExpanded2.filter((e) => e !== null).slice(0, -1);
reasonPlanned.value = data.reasonPlanned;
reasonActual.value = data.reasonActual;
reasonPlanned.value = data.reasonPlanned ? data.reasonPlanned:'';
reasonActual.value = data.reasonActual ? data.reasonActual :'';
})
.catch((err) => {
messageError($q, err);