💊 fix: 修复字段丢失

This commit is contained in:
wangsongsole 2023-06-08 09:06:04 +08:00
parent 83b737e3db
commit 96581eed80
1 changed files with 2 additions and 1 deletions

View File

@ -232,7 +232,8 @@ const UseExchangeAddEdit = forwardRef((props, ref) => {
range: codeInfo.range,
product: {
legal: [],
reduce: []
reduce: [],
cash: []
}
};
let arr = state.tableData.filter((item) => item.checked);