Commit 95bd5f542f6955ebec31ae1e07f7336dfc681cdd

Authored by Min
1 parent faf8c69f

1.完善手机端单据支持下拉后 调用tmpinfobysql调用存储过程插入数据功能

src/mobile/components/searchPicker.jsx
... ... @@ -61,7 +61,7 @@ export default function SearchablePicker(props) {
61 61 onDropTableBlur('master', sName, updatedRecord, tableConfig);
62 62 }
63 63  
64   - }, 0);
  64 + }, 100);
65 65 };
66 66  
67 67 const handleCancel = () => {
... ...