3a9d3718 by yangjianbin

init

1 parent 1edc9387
...@@ -121,6 +121,7 @@ ...@@ -121,6 +121,7 @@
121 aoData.phoneNumber = $('[name="phoneNumber"]').val() || ''; 121 aoData.phoneNumber = $('[name="phoneNumber"]').val() || '';
122 aoData.role = $('[name="role"]').val() || ''; 122 aoData.role = $('[name="role"]').val() || '';
123 aoData.code = $('[name="code"]').val() || ''; 123 aoData.code = $('[name="code"]').val() || '';
124 aoData.keyword = $('[name="keyword"]').val() || '';
124 aoData.repayStatus = $('[name="repayStatus"]').val() || ''; 125 aoData.repayStatus = $('[name="repayStatus"]').val() || '';
125 }, 126 },
126 }); 127 });
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!