Commit e5db75c5 authored by alwayOnlie's avatar alwayOnlie

bug修复

parent 622f0abb
......@@ -99,7 +99,7 @@ const table = (props: any) => {
title: (
<Space direction='vertical'>
<Text>已请款待付款</Text>
<Text>合计: ¥{tounPayApplyAmount}</Text>
<Text>合计: ¥{tounPayApplyAmount }</Text>
</Space>
),
render: (text, record) =>
......@@ -139,6 +139,9 @@ const table = (props: any) => {
useEffect(() => {
setPlanList(list)
}, [list])
useEffect(()=>{
Amount()
})
const onSelectChange = (e, name, idx) => {
let item = [...PlanList];
......
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