maven
2025-07-19 4fb74af2bed1bc60088bf447fa1db4bb759b2ad4
src/views/salesManagement/invoiceLedger/index.vue
@@ -398,6 +398,7 @@
  })
    .then(() => {
      delInvoiceLedgerByRegProductId(row.id).then((res) => {
            proxy.$modal.msgSuccess("删除成功");
        getList();
      });
    })