Merge branch 'develop' into devTee
This commit is contained in:
commit
c97666af98
3 changed files with 2 additions and 4 deletions
|
|
@ -1122,7 +1122,6 @@ const getClass = (val: boolean) => {
|
|||
]"
|
||||
:label="`${'ตำแหน่งผู้มีอำนาจลงนาม'}`"
|
||||
hide-bottom-space
|
||||
disable
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -590,7 +590,6 @@ function fetchSalaryRound() {
|
|||
:rules="[(val) => !!val || `${'กรุณากรอกตำแหน่งผู้มีอำนาจลงนาม'}`]"
|
||||
:label="`${'ตำแหน่งผู้มีอำนาจลงนาม'}`"
|
||||
hide-bottom-space
|
||||
disable
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue