mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-15 05:46:46 +08:00
搜索
This commit is contained in:
@@ -88,9 +88,14 @@
|
||||
goAllPath(){
|
||||
let bandCodeList = this.bandItem.map(item => item.bandCode).join(',')
|
||||
let positionIdList = this.posiData.map(item => item.positionName).join(',')
|
||||
uni.navigateTo({
|
||||
url: `/pages/learnPath/allPath?bandCodeList=${bandCodeList}&positionIdList=${positionIdList}`,
|
||||
})
|
||||
// uni.navigateTo({
|
||||
// url: `/pages/learnPath/allPath?bandCodeList=${bandCodeList}&positionIdList=${positionIdList}`,
|
||||
// })
|
||||
uni.setStorageSync('bandCodeList', bandCodeList);
|
||||
uni.setStorageSync('positionIdList', positionIdList);
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
});
|
||||
},
|
||||
getPosiList(){
|
||||
getAllPosition().then(res=>{
|
||||
|
||||
Reference in New Issue
Block a user