gaoluyang
23 小时以前 cda543aec968d990cc8f326db63ac82c8bb25b80
src/views/salesManagement/invoiceLedger/index.vue
@@ -398,6 +398,7 @@
  })
    .then(() => {
      delInvoiceLedgerByRegProductId(row.id).then((res) => {
            proxy.$modal.msgSuccess("删除成功");
        getList();
      });
    })