@@ -434,7 +434,7 @@ function AddBusiness({ topType, openInfo, closeFu, upTableFu, addTableFu }: Prop
openInfo={tableAdd}
closeFu={() => setTableAdd({ id: 0, txt: '' })}
upTableFu={() => {}}
- addTableFu={info => setTableList([info, ...tableList])}
+ addTableFu={info => setTableList([...tableList, info])}
/>
</div>
@@ -350,7 +350,7 @@ function AddLogistics({ openInfo, closeFu, upTableFu, addTableFu, orderNumTemp }
+ addTableFu={info => setTableList([ ...tableList,info])}