浏览代码

Merge branch 'master' into feat-two

zh 2 年之前
父节点
当前提交
09d934b8fd
共有 1 个文件被更改,包括 2 次插入2 次删除
  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,