refactor: refs #8289 Delete guessPriority method
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
c43f8f8af4
commit
b50ad72155
|
@ -141,7 +141,7 @@ const setOrderedPriority = async () => {
|
|||
};
|
||||
|
||||
const sortRoutes = async () => {
|
||||
await axios.patch(`Routes/${route.params?.id}/guessPriority/`);
|
||||
await axios.patch(`Routes/${route.params?.id}/optimizePriority`);
|
||||
refreshKey.value++;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue