[WIP] Исправил логику добавления адресов

This commit is contained in:
megavrilinvv
2022-11-15 12:18:30 +03:00
parent 016e08cf71
commit fc99c79dfa
3 changed files with 30 additions and 17 deletions

View File

@@ -5,6 +5,7 @@
section="pass"
:update-document="updateDocument"
:lack-data="lackData"
:create-document="createDocument"
)
.flex.flex-col
client-detail-info-section(
@@ -42,6 +43,7 @@ export default {
lackData: Boolean,
dopeAddress: Object,
createAddress: Function,
createDocument: Function,
},
};
</script>