king
2024-05-06 f6c788403ccd2a216d6ba793ed591379c9d02dc5
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) {