From 0055c078500689bc306a8143e4cbce07b14aa84d Mon Sep 17 00:00:00 2001 From: zhangrenyuan <18990852002@163.com> Date: Sun, 18 Jan 2026 14:03:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=8E=B0=E9=87=91=E6=B5=81=E6=B0=B4):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BB=8E=E5=B7=A5=E4=BD=9C=E5=8F=B0=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=97=B6=E5=A4=84=E7=90=86=E5=9C=B0=E5=8C=BA=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 useRoute 导入和地区参数处理逻辑,当从工作台跳转时自动匹配并设置对应地区筛选条件 --- .../moneyManage/financialAccount/cashFlow.vue | 32 ++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/src/views/moneyManage/financialAccount/cashFlow.vue b/src/views/moneyManage/financialAccount/cashFlow.vue index b7f7ae4..5ad17a5 100644 --- a/src/views/moneyManage/financialAccount/cashFlow.vue +++ b/src/views/moneyManage/financialAccount/cashFlow.vue @@ -1,5 +1,6 @@