Commit 18362731 authored by 涂伟's avatar 涂伟

fix: '台账配置默认值修改'

parent f6166d5b
Pipeline #75645 passed with stages
...@@ -87,12 +87,12 @@ const EditableCell = ({ ...@@ -87,12 +87,12 @@ const EditableCell = ({
useEffect(() => { useEffect(() => {
const arr = [ const arr = [
'WebDisplay', 'WebDisplay',
'IsSort', // 'IsSort',
'AccurateSearch', // 'AccurateSearch',
'LikeSearch', // 'LikeSearch',
'IsAdd', 'IsAdd',
'IsEdit', 'IsEdit',
'MobileDisplay', // 'MobileDisplay',
]; ];
if (record && arr.includes(dataIndex)) { if (record && arr.includes(dataIndex)) {
form.setFieldsValue({ form.setFieldsValue({
......
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