MOD:修改excel链接
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1084,7 +1084,7 @@ class DocView(DocGenericView, DocHandler): | ... | @@ -1084,7 +1084,7 @@ class DocView(DocGenericView, DocHandler): |
1084 | conf.BASE_URL, prefix, tmp_scheme, doc_dict['application_id']) | 1084 | conf.BASE_URL, prefix, tmp_scheme, doc_dict['application_id']) |
1085 | doc_dict['target_url'] = application_link | 1085 | doc_dict['target_url'] = application_link |
1086 | doc_id = doc_dict.get('id') | 1086 | doc_id = doc_dict.get('id') |
1087 | doc_dict['pdf_link'] = self.get_link(doc_id, business_type) | 1087 | doc_dict['excel_link'] = self.get_link(doc_id, business_type, file='excel') |
1088 | 1088 | ||
1089 | # total = len(doc_list) | 1089 | # total = len(doc_list) |
1090 | pagination = {'current': page, 'total': total, 'page_size': page_size} | 1090 | pagination = {'current': page, 'total': total, 'page_size': page_size} | ... | ... |
-
Please register or sign in to post a comment