|
|
@ -212,7 +212,6 @@ export default { |
|
|
Wohnung: 6, |
|
|
Wohnung: 6, |
|
|
Grundstück: 3, |
|
|
Grundstück: 3, |
|
|
}, |
|
|
}, |
|
|
finished: true, |
|
|
|
|
|
value: { |
|
|
value: { |
|
|
category: null, |
|
|
category: null, |
|
|
living_area: null, |
|
|
living_area: null, |
|
|
@ -342,7 +341,6 @@ export default { |
|
|
await axios.post('/wp-admin/admin-ajax.php?action=stepper_submit', this.value); |
|
|
await axios.post('/wp-admin/admin-ajax.php?action=stepper_submit', this.value); |
|
|
|
|
|
|
|
|
this.innerStep++; |
|
|
this.innerStep++; |
|
|
this.finished = true; |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}; |
|
|
}; |
|
|
|