MOD:fsm 默认值
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1116,7 +1116,7 @@ class DocView(DocGenericView, DocHandler): | ... | @@ -1116,7 +1116,7 @@ class DocView(DocGenericView, DocHandler): |
1116 | document_scheme = request.POST.get('document_scheme', '') | 1116 | document_scheme = request.POST.get('document_scheme', '') |
1117 | data_source = request.POST.get('data_source', '') | 1117 | data_source = request.POST.get('data_source', '') |
1118 | document_name = request.POST.get('document_name', '') | 1118 | document_name = request.POST.get('document_name', '') |
1119 | fsm = request.POST.get('is_fsm', False) | 1119 | fsm = request.POST.get('is_fsm', 'N') |
1120 | args = {'business_type':business_type,'document_scheme':document_scheme,'data_source':data_source,'document_name':document_name,'pdf_file':pdf_file} | 1120 | args = {'business_type':business_type,'document_scheme':document_scheme,'data_source':data_source,'document_name':document_name,'pdf_file':pdf_file} |
1121 | # business_type = random.choice(consts.BUSINESS_TYPE_LIST) | 1121 | # business_type = random.choice(consts.BUSINESS_TYPE_LIST) |
1122 | # business_type = consts.BUSINESS_TYPE_LIST[0] | 1122 | # business_type = consts.BUSINESS_TYPE_LIST[0] | ... | ... |
-
Please register or sign in to post a comment