|
|
@@ -521,6 +521,8 @@ export default {
|
|
|
this.form = Object.assign({},this.form,this.data)
|
|
|
this.form.source = this.form.cluesource
|
|
|
this.value = [this.form.province,this.form.city,this.form.county]
|
|
|
+ this.form.contactsinfo.name = this.data.name
|
|
|
+ this.form.contactsinfo.phonenumber = this.data.phonenumber
|
|
|
this.gradeList()
|
|
|
this.industryList()
|
|
|
this.typeList()
|