Commit e159e4e6 authored by TZW's avatar TZW

1219

parent 2cd55116
......@@ -217,6 +217,7 @@ function MyAutoComplete({ item, colProps, formRef }) {
},
{
manual: true,
debounceWait: 300,
},
);
useEffect(() => {
......
......@@ -2,7 +2,7 @@
* @Author: Li Hanlin
* @Date: 2022-11-10 09:39:56
* @Last Modified by: Li Hanlin
* @Last Modified time: 2022-12-16 21:23:19
* @Last Modified time: 2022-12-19 09:21:53
*/
import * as React from 'react';
......@@ -1050,7 +1050,7 @@ function Model(props) {
title: '履历类型',
dataIndex: 'logTypeName',
width: 120,
key: 'logTypeName',
key: 'logType',
formItemProps: { rules: [{ required: true, message: '此项为必填项' }] },
},
{
......
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