Explorar o código

Merge branch 'master' into feat-two

zh %!s(int64=2) %!d(string=hai) anos
pai
achega
09d934b8fd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/finance/balance_sum.vue

+ 2 - 2
src/views/finance/balance_sum.vue

@@ -188,7 +188,7 @@ export default {
     //余额
     walletFn(v) {
       this.$router.push({
-        path: '/finance/wallet',
+        path: '/finance/details/wallet',
         query: {
           id: v
         }
@@ -197,7 +197,7 @@ export default {
     //明细
     seeFN(customerName, customerNumber, customerId) {
       this.$router.push({
-        path: '/finance/standbook_list',
+        path: '/finance/details/standbook_list',
         query: {
           customerName,
           customerNumber,