Fixed button automatic
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user