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: this
|
||||
}, res => {
|
||||
res.data.BUSSSTANDCLASS.forEach(item => {
|
||||
if(!item.label.indexOf('Q/FT')){
|
||||
this.standSortOptions.push(item) //企标类别
|
||||
}
|
||||
})
|
||||
this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
|
||||
// res.data.BUSSSTANDCLASS.forEach(item => {
|
||||
// if(!item.label.indexOf('Q/FT')){
|
||||
// this.standSortOptions.push(item) //企标类别
|
||||
// }
|
||||
// })
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -919,6 +919,15 @@ export default {
|
||||
}
|
||||
})
|
||||
}
|
||||
}else{
|
||||
this.$router.push({
|
||||
name: 'qbzxdjhgkStep1',
|
||||
query: {
|
||||
type: '25',
|
||||
processName: '企标制修订计划管控',
|
||||
bpnId: id
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user