企标制修订立项计划 新增-企标类别与企标计划一致

This commit is contained in:
zyn
2023-05-12 16:53:26 +08:00
parent 65297257b8
commit 31852db411
@@ -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: {