Merge remote-tracking branch 'origin/dev_20230216' into dev_20230216
This commit is contained in:
@@ -614,11 +614,12 @@ export default {
|
|||||||
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
this.$http.get('sys/dictype/getDicTypeListCode', '',{
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
res.data.BUSSSTANDCLASS.forEach(item => {
|
this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
||||||
if(!item.label.indexOf('Q/FT')){
|
// res.data.BUSSSTANDCLASS.forEach(item => {
|
||||||
this.standSortOptions.push(item) //企标类别
|
// if(!item.label.indexOf('Q/FT')){
|
||||||
}
|
// this.standSortOptions.push(item) //企标类别
|
||||||
})
|
// }
|
||||||
|
// })
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -919,6 +919,15 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
this.$router.push({
|
||||||
|
name: 'qbzxdjhgkStep1',
|
||||||
|
query: {
|
||||||
|
type: '25',
|
||||||
|
processName: '企标制修订计划管控',
|
||||||
|
bpnId: id
|
||||||
|
}
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user