fix: dated name
This commit is contained in:
parent
ff6d2a71bf
commit
78f1756edc
|
@ -107,11 +107,17 @@ const createEvent = async () => {
|
||||||
`Zones/${existsExclusion?.zoneFk}/exclusions/${existsExclusion?.id}`,
|
`Zones/${existsExclusion?.zoneFk}/exclusions/${existsExclusion?.id}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
const { dated, started, ended, type, weekDays, wdays } =
|
const {
|
||||||
eventInclusionFormData.value;
|
dated: formDated,
|
||||||
|
started,
|
||||||
|
ended,
|
||||||
|
type,
|
||||||
|
weekDays,
|
||||||
|
wdays,
|
||||||
|
} = eventInclusionFormData.value;
|
||||||
|
|
||||||
const payload = {
|
const payload = {
|
||||||
dated,
|
dated: formDated,
|
||||||
started,
|
started,
|
||||||
ended,
|
ended,
|
||||||
type,
|
type,
|
||||||
|
|
Loading…
Reference in New Issue