linwenxin 8 miesięcy temu
rodzic
commit
eaad74fe44

+ 1 - 2
src/views/auxiliaryFittings/attachmentProfile/index.vue

@@ -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