アクションをイベントに適用設定の不具合修正
This commit is contained in:
@@ -82,7 +82,7 @@ export default {
|
|||||||
if(store.selectedEvent ){
|
if(store.selectedEvent ){
|
||||||
eventId=store.selectedEvent.header!=='DELETABLE'? store.selectedEvent.eventId : store.selectedEvent.parentId;
|
eventId=store.selectedEvent.header!=='DELETABLE'? store.selectedEvent.eventId : store.selectedEvent.parentId;
|
||||||
}
|
}
|
||||||
const res =await api.get(`api/eventactions/${store.selectedEvent.eventId}`);
|
const res =await api.get(`api/eventactions/${eventId}`);
|
||||||
actionData= res.data;
|
actionData= res.data;
|
||||||
const categoryNames = Array.from(new Set(actionData.map(x=>x.categoryname)));
|
const categoryNames = Array.from(new Set(actionData.map(x=>x.categoryname)));
|
||||||
categorys.value=categoryNames;
|
categorys.value=categoryNames;
|
||||||
|
|||||||
Reference in New Issue
Block a user