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