linwenxin 8 kuukautta sitten
vanhempi
commit
eaad74fe44
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      src/views/auxiliaryFittings/attachmentProfile/index.vue

+ 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