fix
This commit is contained in:
parent
f9ff464e7e
commit
996703b11d
1 changed files with 2 additions and 2 deletions
|
|
@ -286,8 +286,8 @@ watch(
|
|||
}
|
||||
);
|
||||
|
||||
function fetchPositionUes() {
|
||||
http
|
||||
async function fetchPositionUes() {
|
||||
await http
|
||||
.get(config.API.placementPositionUse())
|
||||
.then((res) => {
|
||||
positionUse.value = res.data.result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue