Commit d094b7af authored by TZW's avatar TZW

diyrule

parent b252d3b5
......@@ -517,7 +517,7 @@ let Diyrule = (props) => {
options={Object.keys(Array.apply(null, { length: value ? value.length : 0 })).map(
(it, i) => ({
label: `第${i + 1}个`,
value: i + 2,
value: i + 1,
}),
)}
onChange={(val) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment