720d8943 by 冯轩

MOD:params

1 parent 17d3a43b
...@@ -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')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!