Commit fef32854 authored by 左玲玲's avatar 左玲玲 😬

1044

parent a7ce6fea
...@@ -127,7 +127,7 @@ const columnsa = [ ...@@ -127,7 +127,7 @@ const columnsa = [
const LeftTable = ({ onChange }) => { const LeftTable = ({ onChange }) => {
const [searchParams, csp] = useState({}), const [searchParams, csp] = useState({}),
[clickrow, cr] = useState({}), [clickrow, cr] = useState({}),
[flag, setFlag] = useState(false); [flag, setFlag] = useState(true);
const ledgerCustomer = useRequest(async () => { const ledgerCustomer = useRequest(async () => {
let res = await doFetch({ url: "/lease/umLeaseLedger/ledgerCustomerEquipmentUseRate", params: { ...searchParams } }); let res = await doFetch({ url: "/lease/umLeaseLedger/ledgerCustomerEquipmentUseRate", params: { ...searchParams } });
// cr(res?.data?.dataList?.[0]); // cr(res?.data?.dataList?.[0]);
......
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