8fa2ba72 by 冯轩

MOD:修改excel链接

1 parent d373a787
......@@ -1084,7 +1084,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!