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