codeMan 2 years ago
parent
commit
b8083d24d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SDrpManagement/ProductGroup/modules/Select.vue

+ 1 - 1
src/SDrpManagement/ProductGroup/modules/Select.vue

@@ -64,7 +64,7 @@ export default {
       this.fields = res1.data
       if (this.fields.length) {
         this.field_act = res1.data[0].sys_enterprise_tradefieldid
-        this.clickField({sys_enterprise_tradefieldid:this.field_act})
+        this.clickField({sys_enterprise_tradefieldid:this.field_act,tradefield:res1.data[0].tradefield})
       } else {
         this.field_act = 0
         this.clickField(false)