Commit e74fae72 authored by 左玲玲's avatar 左玲玲 😬

Merge branch 'master' of http://47.100.234.193:9527/wuhao/ems3.3

parents 5f10de68 f6f15a3b
...@@ -43,7 +43,6 @@ const Mtable = (props) => { ...@@ -43,7 +43,6 @@ const Mtable = (props) => {
dataSource, dataSource,
} = props; } = props;
console.log('this is path:', path);
const actionRefs = actionRef ?? useRef(), const actionRefs = actionRef ?? useRef(),
formRefs = formRef ?? useRef(), formRefs = formRef ?? useRef(),
ifspagination = pagination == 'false' || pagination === false, ifspagination = pagination == 'false' || pagination === false,
......
...@@ -517,7 +517,7 @@ let Diyrule = (props) => { ...@@ -517,7 +517,7 @@ let Diyrule = (props) => {
options={Object.keys(Array.apply(null, { length: value ? value.length : 0 })).map( options={Object.keys(Array.apply(null, { length: value ? value.length : 0 })).map(
(it, i) => ({ (it, i) => ({
label: `第${i + 1}个`, label: `第${i + 1}个`,
value: i + 2, value: i + 1,
}), }),
)} )}
onChange={(val) => { 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