修改接口参数

This commit is contained in:
zhangsir
2024-07-01 17:57:37 +08:00
parent 2402470e0b
commit 6b7cec48f2
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.positionId).join(',')
let positionIdList = this.posiData.map(item => item.positionName).join(',')
uni.navigateTo({
url: `/pages/learnPath/allPath?bandCodeList=${bandCodeList}&positionIdList=${positionIdList}`,
})