|
@@ -421,7 +421,6 @@
|
|
|
},
|
|
|
ajaxGetEchoInfo() {
|
|
|
this.isEchoInfoLoading = true
|
|
|
- let _this = this
|
|
|
this.ajaxFn('/salesLeads/retainedCapital' + '?source=' + this.ajaxParams.source, {source: this.ajaxParams.source}, function (r) {
|
|
|
this.isEchoInfoLoading = false
|
|
|
if (r && r.info) {
|
|
@@ -429,11 +428,11 @@
|
|
|
}
|
|
|
if (r && r.error_msg === '' && r.data) {
|
|
|
if(r.data.phone != '') {
|
|
|
- _this.vercodecor = true
|
|
|
- _this.setcodeShow = false
|
|
|
+ this.vercodecor = true
|
|
|
+ this.setcodeShow = false
|
|
|
sessionStorage.setItem('strud_phone', r.data.phone)
|
|
|
} else {
|
|
|
- _this.setcodeShow = true
|
|
|
+ this.setcodeShow = true
|
|
|
}
|
|
|
this.setEchoInfo(r.data)
|
|
|
var result = checkRequiredKeys(['name', 'phone', 'company', 'mail', 'position', 'branch'], r.data)
|