Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-08-23 16:29:34 +07:00
commit c97666af98
3 changed files with 2 additions and 4 deletions

View file

@ -1122,7 +1122,6 @@ const getClass = (val: boolean) => {
]"
:label="`${'ตำแหน่งผู้มีอำนาจลงนาม'}`"
hide-bottom-space
disable
/>
</div>
<div

View file

@ -62,8 +62,8 @@ function fetchData() {
showLoader();
http
.get(config.API.meetingById(personalId.value))
.then((res) => {
const dataApi = res.data.result;
.then(async (res) => {
const dataApi = await res.data.result;
data.title = dataApi.title;
data.rounded = dataApi.round;
data.consider = dataApi.result;

View file

@ -590,7 +590,6 @@ function fetchSalaryRound() {
:rules="[(val) => !!val || `${'กรุณากรอกตำแหน่งผู้มีอำนาจลงนาม'}`]"
:label="`${'ตำแหน่งผู้มีอำนาจลงนาม'}`"
hide-bottom-space
disable
/>
</div>
<div