This commit is contained in:
parent
7c8526254b
commit
26e51996ed
|
|
@ -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',
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取履职标准数据
|
// 获取履职标准数据
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue