This commit is contained in:
zhangsir
2024-06-25 19:19:38 +08:00
parent 4b825fa4ee
commit 2cfa2e7202
3 changed files with 18 additions and 8 deletions

View File

@@ -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