@@ -634,10 +634,9 @@ export default {
]
}).then(res => {
this.PARTS_M_GROUP = res.data.records.map(item => ({
- value: item.dictCode,
+ value: item.dictValue,
label: item.dictValue
}))
- console.log(this.PARTS_M_GROUP)
})
this.$nextTick(() => {
this.formType = type