修改数据定价添加保存的orderNum
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -1002,7 +1002,8 @@ const checkForm = (type) => { | ... | @@ -1002,7 +1002,8 @@ const checkForm = (type) => { |
| 1002 | fieldName: d.fieldName, | 1002 | fieldName: d.fieldName, |
| 1003 | enName: d.enName, | 1003 | enName: d.enName, |
| 1004 | chName: d.chName, | 1004 | chName: d.chName, |
| 1005 | isRequired: d.isRequired | 1005 | isRequired: d.isRequired, |
| 1006 | orderNum: d.orderNum | ||
| 1006 | } | 1007 | } |
| 1007 | }) | 1008 | }) |
| 1008 | }) | 1009 | }) | ... | ... |
-
Please register or sign in to post a comment