Commit 919ff183f042899682ca83c7f5c4c1447a60b62e

Authored by zhongnanhuang
1 parent cb884c0e

feat: update 发票核销

Showing 1 changed file with 1 additions and 2 deletions
src/pages/Invoice/index.tsx
@@ -456,8 +456,7 @@ const InvoicePage = () => { @@ -456,8 +456,7 @@ const InvoicePage = () => {
456 defaultActiveKey="1" 456 defaultActiveKey="1"
457 items={tabsItems} 457 items={tabsItems}
458 onChange={(value) => { 458 onChange={(value) => {
459 - console.log(value);  
460 - if (value === '1') { 459 + if (value === 1) {
461 invoiceActionRef.current?.reload(); 460 invoiceActionRef.current?.reload();
462 } else { 461 } else {
463 bankActionRef.current?.reload(); 462 bankActionRef.current?.reload();