Commit 95bd5f542f6955ebec31ae1e07f7336dfc681cdd
1 parent
faf8c69f
1.完善手机端单据支持下拉后 调用tmpinfobysql调用存储过程插入数据功能
Showing
1 changed file
with
1 additions
and
1 deletions
src/mobile/components/searchPicker.jsx
| @@ -61,7 +61,7 @@ export default function SearchablePicker(props) { | @@ -61,7 +61,7 @@ export default function SearchablePicker(props) { | ||
| 61 | onDropTableBlur('master', sName, updatedRecord, tableConfig); | 61 | onDropTableBlur('master', sName, updatedRecord, tableConfig); |
| 62 | } | 62 | } |
| 63 | 63 | ||
| 64 | - }, 0); | 64 | + }, 100); |
| 65 | }; | 65 | }; |
| 66 | 66 | ||
| 67 | const handleCancel = () => { | 67 | const handleCancel = () => { |