From f7be17a87340e121e5eb990dd351f84962d04415 Mon Sep 17 00:00:00 2001 From: well Date: Tue, 5 Nov 2024 20:57:20 +0800 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20company=20INN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l2-frontend/src/ui-cards/LoadFile.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/l2-frontend/src/ui-cards/LoadFile.vue b/l2-frontend/src/ui-cards/LoadFile.vue index 8b47acceed..823a469556 100644 --- a/l2-frontend/src/ui-cards/LoadFile.vue +++ b/l2-frontend/src/ui-cards/LoadFile.vue @@ -214,11 +214,6 @@ export default { type: String, default: 'li', }, - companyInn: { - type: String, - default: '', - required: false, - }, fileFilter: { type: String, default: null, @@ -335,7 +330,6 @@ export default { this.results = []; const formData = new FormData(); formData.append('file', this.file); - formData.append('companyInn', this.companyInn); formData.append('isGenCommercialOffer', this.isGenCommercialOffer); formData.append('selectedPrice', this.selectedPrice); formData.append('isWritePatientEcp', this.isWritePatientEcp);