35069885 by 冯轩

MOD:fsm 默认值

1 parent 77f4417b
......@@ -1116,7 +1116,7 @@ class DocView(DocGenericView, DocHandler):
document_scheme = request.POST.get('document_scheme', '')
data_source = request.POST.get('data_source', '')
document_name = request.POST.get('document_name', '')
fsm = request.POST.get('is_fsm', False)
fsm = request.POST.get('is_fsm', 'N')
args = {'business_type':business_type,'document_scheme':document_scheme,'data_source':data_source,'document_name':document_name,'pdf_file':pdf_file}
# business_type = random.choice(consts.BUSINESS_TYPE_LIST)
# business_type = consts.BUSINESS_TYPE_LIST[0]
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!