|
@@ -711,7 +711,8 @@ var vm = new Vue({
|
|
|
// workScope: this.form.business,
|
|
|
// partnerNeeds: this.form.need,
|
|
|
// agree: this.form.agreeChecked,
|
|
|
- branch: this.form.branch.indexOf('总裁') > -1 || this.form.branch.indexOf('总经理') > -1 ? '' : this.form.branch
|
|
|
+ branch: this.form.branch.indexOf('总裁') > -1 || this.form.branch.indexOf('总经理') > -1 ? '' : this.form.branch,
|
|
|
+ origin: location.origin
|
|
|
}
|
|
|
if (infoid != "" && isProDetail != -1){
|
|
|
params.publish_id = infoid
|