🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-03-15 15:25:57 +08:00
parent 8780dac0c5
commit c61b2e42ba
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ const UseKeyAddEdit = () => {
break break
case 2: case 2:
// //
setState({ draw_title: "新建组合商品", exchangeType: 2 }) setState({ draw_title: "新建组合商品", exchangeType: 2, rowExChangeData: null })
setTimeout(() => { setTimeout(() => {
addEditExchangeEl.current.clearExchangeForm() addEditExchangeEl.current.clearExchangeForm()
}, 300) }, 300)