d825a562 by 王聪

upate

1 parent 329ae9e3
...@@ -93,7 +93,7 @@ class DeMortgageView(GenericView): ...@@ -93,7 +93,7 @@ class DeMortgageView(GenericView):
93 93
94 request_pass = True 94 request_pass = True
95 fields_result = [] 95 fields_result = []
96 for field_name, input_val in enumerate(fields_input): 96 for field_name, input_val in fields_input.items():
97 field_result = { 97 field_result = {
98 "name": field_name, 98 "name": field_name,
99 "input": input_val, 99 "input": input_val,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!