This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-23 16:09:39 +07:00
parent 21c4dabdf0
commit d433ec98ca

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;