king
2025-02-06 d1cd5af5adb53e91efdd278328e1b6f8ad834fb5
src/tabviews/custom/components/module/account/index.jsx
@@ -84,6 +84,7 @@
          if (res.invoice_type) {
            item.invoice_type = res.invoice_type.map(cell => ({value: cell.invoice_type_code, label: cell.invoice_type_name}))
          }
          item.$$uuid = item.id
          activeItem = item
        }
        if (item.months) {