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