This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-14 15:44:09 +07:00
parent f9ff464e7e
commit 996703b11d

View file

@ -286,8 +286,8 @@ watch(
}
);
function fetchPositionUes() {
http
async function fetchPositionUes() {
await http
.get(config.API.placementPositionUse())
.then((res) => {
positionUse.value = res.data.result;