岗位传递id

This commit is contained in:
zhangsir
2024-07-09 18:03:16 +08:00
parent 1fb8e93169
commit 761340fd6e
3 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@
},
goAllPath(){
let bandCodeList = this.bandItem.map(item => item.bandCode).join(',')
let positionIdList = this.posiData.map(item => item.positionName).join(',')
let positionIdList = this.posiData.map(item => item.positionId).join(',')
// uni.navigateTo({
// url: `/pages/learnPath/allPath?bandCodeList=${bandCodeList}&positionIdList=${positionIdList}`,
// })