処理中表示追加

This commit is contained in:
2023-11-15 03:13:24 +09:00
parent 34d368b730
commit 9ea183ff2d
4 changed files with 54 additions and 31 deletions

View File

@@ -23,7 +23,7 @@ export default {
]
const rows = reactive([])
onMounted( () => {
api.get(`api/domains/testtenant`).then(res =>{
api.get(`api/domains/1`).then(res =>{
res.data.forEach((item) =>
{
rows.push({id:item.id,tenantid:item.tenantid,name:item.name,url:item.url,kintoneuser:item.kintoneuser});