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

fix: [19689] 物料请款单时候切换请款状态不清空列表

parent 12a5fea1
......@@ -672,8 +672,8 @@ const Add = () => {
tabelSource.forEach((item) => {
form.setFieldsValue({ [`applyPayment${item.billNo}_${item.taxRate}`]: null })
})
setTabelSource([]);
}
setTabelSource([]);
}, [applyType])
return (
......
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