条件エディタ追加
This commit is contained in:
@@ -31,10 +31,10 @@ export default {
|
||||
];
|
||||
const rows = reactive([])
|
||||
onMounted(async () => {
|
||||
const res =await api.get('api/kintone/1');
|
||||
const res =await api.get('api/actions');
|
||||
res.data.forEach((item) =>
|
||||
{
|
||||
rows.push({name:item.name,desc:item.desc,content:item.content});
|
||||
rows.push({name:item.name,desc:item.title,outputPoints:item.outputpoints,property:item.property});
|
||||
});
|
||||
isLoaded.value=true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user