VK
Size: a a a
VK
V
RU
Т
RS
VK
m
Т
VK
Т
VK
RS
VK
VK
ES
export async function ExcCor(values) {
const response = await api.post(`/`, values)
....
}
export default async function (date: any) {и в date прилетает пустой обьект {}
const exc = await sequelize.query(
'select ID, Lat, Lon from VIST where Date = :date',
{
replacements: { date },
type: QueryTypes.SELECT,
},
);
}
Т
VK
MK
PW