|
@@ -66,6 +66,7 @@ export default {
|
|
|
if (this.fields.length) {
|
|
if (this.fields.length) {
|
|
|
this.field_act = res1.data[0].sys_enterprise_tradefieldid
|
|
this.field_act = res1.data[0].sys_enterprise_tradefieldid
|
|
|
this.tradefield = res1.data[0].tradefield
|
|
this.tradefield = res1.data[0].tradefield
|
|
|
|
|
+ this.$emit('clickField',res1.data[0])
|
|
|
// this.clickField({sys_enterprise_tradefieldid:this.field_act,tradefield:res1.data[0].tradefield})
|
|
// this.clickField({sys_enterprise_tradefieldid:this.field_act,tradefield:res1.data[0].tradefield})
|
|
|
} else {
|
|
} else {
|
|
|
this.field_act = 0
|
|
this.field_act = 0
|