修复了禅道的一系列bug

This commit is contained in:
2025-08-09 01:21:59 +08:00
parent c1817b6255
commit f871831cbc
16 changed files with 60 additions and 45 deletions

View File

@ -276,7 +276,7 @@ Page({
return ;
}
wx.navigateTo({
url: `/pages/dashboardModule/performanceRanking/performanceRanking?role=manager`,
url: `/pages/dashboardModule/performanceRanking/performanceRanking?role=manager&k=1`,
})
},
@ -293,7 +293,7 @@ Page({
return ;
}
wx.navigateTo({
url: `/pages/dashboardModule/performanceRanking/performanceRanking?role=staff`,
url: `/pages/dashboardModule/performanceRanking/performanceRanking?role=staff&k=0`,
})
},