WIP настроил сохранение данных аддреса, добавил блок детальной информации Документов
This commit is contained in:
@@ -4,11 +4,10 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ClientsFormCreate from "@/pages/clients/components/ClientsFormCreate";
|
||||
import ClientsTable from "@/pages/clients/components/ClientsTable";
|
||||
export default {
|
||||
name: "ClientsWrapper",
|
||||
components: { ClientsTable, ClientsFormCreate },
|
||||
components: { ClientsTable },
|
||||
data() {
|
||||
return {
|
||||
isOpenForm: false,
|
||||
|
||||
Reference in New Issue
Block a user