Explorar el Código

Merge branch 'master' into feat-two

zh hace 2 años
padre
commit
09d934b8fd
Se han modificado 1 ficheros con 2 adiciones y 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,