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 456 defaultActiveKey="1"
457 457 items={tabsItems}
458 458 onChange={(value) => {
459   - console.log(value);
460   - if (value === '1') {
  459 + if (value === 1) {
461 460 invoiceActionRef.current?.reload();
462 461 } else {
463 462 bankActionRef.current?.reload();
... ...