企标制修订立项计划 新增-企标类别与企标计划一致
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: {
|
||||
|
||||
Reference in New Issue
Block a user