From f25dffc7dffc8c0c837f07f6ea583d01d9533afd Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sun, 29 Mar 2026 00:18:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=A2=E6=88=B7=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E5=92=8C=E4=B8=9A=E5=8A=A1=E8=B4=9F=E8=B4=A3?= =?UTF-8?q?=E4=BA=BA=E8=81=94=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 选择部门后,业务负责人下拉只显示该部门的人 - 切换部门时自动清空已选的业务负责人 - 未选部门时显示所有部门的负责人 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 62f0165..a049718 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2289,7 +2289,10 @@ export default function App() { setDraftCustomerFilters(prev => ({ ...prev, department: e.target.value }))}> +