Fixed button automatic

This commit is contained in:
2024-07-29 13:46:53 -04:00
parent 47e57f5758
commit 2c6077e0fa
3 changed files with 60 additions and 27 deletions

View File

@@ -594,7 +594,6 @@ export default defineComponent({
type: "error",
});
});
},
editOilOrder(payload: {
@@ -636,7 +635,7 @@ export default defineComponent({
gallons: string,
delivery_id: string,
}) {
let path = import.meta.env.VITE_AUTO_URL + "/delivery/add/delivery"
let path = import.meta.env.VITE_AUTO_URL + "/confirm/delivery"
axios({
method: "put",
url: path,
@@ -651,7 +650,7 @@ export default defineComponent({
type: 'postive',
title: 'top'
})
this.$router.push({ name: "DeliveryHome" });
}
else {
notify({