diff --git a/test_client/src/api/crm.js b/test_client/src/api/crm.js index 8e19519..bcd762c 100644 --- a/test_client/src/api/crm.js +++ b/test_client/src/api/crm.js @@ -73,6 +73,7 @@ export function deleteConsumers(data) { }) } + export function importConsumer(data) { return request({ url: `/crm/consumer/import/`, diff --git a/test_client/src/views/crm/company.vue b/test_client/src/views/crm/company.vue index c2d3f34..0cea0e7 100644 --- a/test_client/src/views/crm/company.vue +++ b/test_client/src/views/crm/company.vue @@ -43,7 +43,7 @@ {{ scope.row.create_admin_name }} - + - - - + + +