Commit eb1af273 authored by 卢均锐's avatar 卢均锐

fix: 修改业务对账-待新增对账单的选择对待对账弹窗费率传入

-支持0
parent 3beae92a
......@@ -446,7 +446,7 @@ const Add = () => {
{
payer: dataSource.payer,
// payee: dataSource.payee,
taxRate: tabelSource?.[0]?.taxRate || '',
taxRate: tabelSource?.[0]?.taxRate ?? '',
ids: ids
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment