8abb734f by 冯轩

Merge branch 'feature/CHINARPA-3529' into feature/uat-tmp

2 parents 45d3d99c 8fa2ba72
......@@ -1085,7 +1085,7 @@ class DocView(DocGenericView, DocHandler):
conf.BASE_URL, prefix, tmp_scheme, doc_dict['application_id'])
doc_dict['target_url'] = application_link
doc_id = doc_dict.get('id')
doc_dict['pdf_link'] = self.get_link(doc_id, business_type)
doc_dict['excel_link'] = self.get_link(doc_id, business_type, file='excel')
# total = len(doc_list)
pagination = {'current': page, 'total': total, 'page_size': page_size}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!