@@ -236,6 +252,7 @@ export default {
nationalities: {},
confessions: {},
billKinds: {},
+ conflict: {},
},
methods: {
@@ -250,6 +267,12 @@ export default {
? this.$inertia.post(`/member`, this.inner)
: this.$inertia.patch(`/member/${this.inner.id}`, this.inner);
},
+ resync() {},
+ forceWrite() {},
+ },
+
+ components: {
+ popup: () => import('../../components/Popup.vue'),
},
computed: {