Tenant management
This commit is contained in:
@@ -20,7 +20,8 @@ const form = ref({
|
||||
})
|
||||
|
||||
async function save() {
|
||||
const response = await request('/api/v1/admin/tenant/payment', {
|
||||
const saveUrl = props.data.saveEndpoint ?? '/api/v1/admin/tenant/payment'
|
||||
const response = await request(saveUrl, {
|
||||
method: 'POST',
|
||||
body: form.value,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user