首次进入页面搜索

main
Ycc 9 months ago
parent 46235a43ac
commit e462485057

@ -91,7 +91,7 @@ const Airticket = props => {
const showTotal = total => `合计 ${total} `; const showTotal = total => `合计 ${total} `;
useEffect(() => { useEffect(() => {
//getPlanList(travelAgencyId, "", dayjs().startOf("M").format(DATE_FORMAT), dayjs().add(3, "M").endOf("M").format(DATE_FORMAT), "-1", "-1"); !planList && getPlanList(travelAgencyId, "", dayjs().startOf("M").format(DATE_FORMAT), dayjs().add(3, "M").endOf("M").format(DATE_FORMAT), "-1", "-1");
}, []); }, []);
return ( return (

@ -24,7 +24,7 @@ const InvoicePaid = props => {
const showTotal = total => `Total ${total} items`; const showTotal = total => `Total ${total} items`;
const showTotal_detail = total => `Total ${total} items`; const showTotal_detail = total => `Total ${total} items`;
useEffect(() => { useEffect(() => {
//fetchInvoicePaid(travelAgencyId, "", dayjs().subtract(2, "M").startOf("M").format(DATE_FORMAT), dayjs().endOf("M").format(DATE_FORMAT)); // fetchInvoicePaid(travelAgencyId, "", dayjs().subtract(2, "M").startOf("M").format(DATE_FORMAT), dayjs().endOf("M").format(DATE_FORMAT));
}, []); }, []);
const invoicePaidColumns = [ const invoicePaidColumns = [

Loading…
Cancel
Save