gaoluyang
4 天以前 89cd3efd5dc533e6c8129d7d86dc74e1adf3d84c
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()
}