mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-18 07:16:47 +08:00
岗位传递id
This commit is contained in:
@@ -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}`,
|
||||
// })
|
||||
|
||||
Reference in New Issue
Block a user