linwenxin 8 ماه پیش
والد
کامیت
eaad74fe44
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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