src/pages/sales/invoiceLedger/detail.vue
@@ -87,6 +87,7 @@ const currentInvoiceDate = ref([new Date().getFullYear(), new Date().getMonth() + 1, new Date().getDate()]) const goBack = () => { uni.removeStorageSync('invoiceLedgerEditRow'); uni.navigateBack() }