This commit is contained in:
BianLzhaoMin 2025-12-09 10:46:11 +08:00
parent 7c8526254b
commit 26e51996ed
1 changed files with 4 additions and 1 deletions

View File

@ -102,7 +102,10 @@ const handleDateChange = (timestamp) => {
* 业务背景点击发现问题数量后进入详情页面 * 业务背景点击发现问题数量后进入详情页面
*/ */
const handleProblemClick = () => { const handleProblemClick = () => {
emit('problem-click') // emit('problem-click')
uni.navigateTo({
url: '/pages/leader/problem-record/index',
})
} }
// //