4a6a6a8a by lihua

修改数据定价添加保存的orderNum

1 parent 3bb67a67
...@@ -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 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!