d825a562 by 王聪

upate

1 parent 329ae9e3
......@@ -93,7 +93,7 @@ class DeMortgageView(GenericView):
request_pass = True
fields_result = []
for field_name, input_val in enumerate(fields_input):
for field_name, input_val in fields_input.items():
field_result = {
"name": field_name,
"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!