feat: refs #7234 refs#7234 driverRouteEmail
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
7315d117c0
commit
f83af796d9
|
@ -41,11 +41,7 @@ function confirmRemove() {
|
|||
}
|
||||
|
||||
async function sendMail() {
|
||||
const params = {
|
||||
id: routeId,
|
||||
recipient: props?.route?.worker?.user?.emailUser?.email,
|
||||
};
|
||||
await axios.post(`Routes/${routeId}/driver-route-email`, params);
|
||||
await axios.post(`Routes/${routeId}/driver-route-email`);
|
||||
}
|
||||
|
||||
async function actualizeVolume() {
|
||||
|
|
Loading…
Reference in New Issue