mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-14 21:36:45 +08:00
修改接口参数
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.positionId).join(',')
|
||||
let positionIdList = this.posiData.map(item => item.positionName).join(',')
|
||||
uni.navigateTo({
|
||||
url: `/pages/learnPath/allPath?bandCodeList=${bandCodeList}&positionIdList=${positionIdList}`,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user