MOD:params
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1851,7 +1851,7 @@ class InvoiceExcelView(GenericView): | ... | @@ -1851,7 +1851,7 @@ class InvoiceExcelView(GenericView): |
1851 | authentication_classes = [OAuth2AuthenticationWithUser] | 1851 | authentication_classes = [OAuth2AuthenticationWithUser] |
1852 | 1852 | ||
1853 | # 下载发票excel | 1853 | # 下载发票excel |
1854 | @use_args(doc_list_args, location='data') | 1854 | # @use_args(doc_list_args, location='data') |
1855 | def get(self, request, args): | 1855 | def get(self, request, args): |
1856 | application_ids = args.get('application_ids') | 1856 | application_ids = args.get('application_ids') |
1857 | application_entity = args.get('application_entity') | 1857 | application_entity = args.get('application_entity') | ... | ... |
-
Please register or sign in to post a comment