king
2024-05-21 8a6ce370f1aa1c061b76fa3e9d2d4d1df53ca4c5
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) {