mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-14 05:16:46 +08:00
搜索
This commit is contained in:
@@ -107,7 +107,10 @@
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
getFullJobPath().then(res=>{
|
||||
getFullJobPath({
|
||||
positionIdList:this.$route.query.positionIdList || '',
|
||||
bandCodeList:this.$route.query.bandCodeList || ''
|
||||
}).then(res=>{
|
||||
if(res.code == 200){
|
||||
this.pathData = res.data
|
||||
this.titleList = this.pathData.allBandCodeList
|
||||
|
||||
Reference in New Issue
Block a user