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