fix(bqtakepulse): 修复前端页面 QA 审查发现的问题

- 部门树切换点选模式并回写牵头/协办部门
- 导出切换 EasyExcel 端点,统计标签随操作刷新
- 牵头部门必填星号、保存提示、标题点击防连带展开
- bpmStatus 空值不再同时显示发起与再次督办,搜索加防抖

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wsm
2026-08-11 17:43:30 +08:00
co-authored by Claude Opus 4.7
parent d0928f8edc
commit 98abb8fa95
3 changed files with 24 additions and 10 deletions
@@ -156,6 +156,7 @@ export const columns: BasicColumn[] = [
align:"center",
dataIndex: 'bpmStatus_dictText',
width: '80px',
fixed: 'right',
},
];