|
@@ -794,11 +794,13 @@ var vm = new Vue({
|
|
|
// workScope: this.form.business,
|
|
|
// partnerNeeds: this.form.need,
|
|
|
// agree: this.form.agreeChecked,
|
|
|
- cooperate: this.form.cooperate,
|
|
|
branch: this.form.branch.indexOf('总裁') > -1 || this.form.branch.indexOf('总经理') > -1 ? '' : this.form.branch,
|
|
|
origin: location.origin,
|
|
|
source_desc: this.sourceDescMap[this.source]
|
|
|
}
|
|
|
+ if (source === 'businesscooperation-landingpage') {
|
|
|
+ params.cooperate = this.form.cooperate
|
|
|
+ }
|
|
|
if (infoid != "" && isProDetail != -1){
|
|
|
params.publish_id = infoid
|
|
|
}
|