|
@@ -729,6 +729,8 @@ var vm = new Vue({
|
|
|
if(source === 'businesscooperation-landingpage') {
|
|
|
_this.moduleShow.cooperate = true
|
|
|
} else {
|
|
|
+ _this.moduleShow.companyType = true
|
|
|
+ _this.moduleShow.job = true
|
|
|
_this.moduleShow.cooperate = false
|
|
|
}
|
|
|
}
|
|
@@ -980,6 +982,7 @@ var vm = new Vue({
|
|
|
this.form.scale = ''
|
|
|
this.form.business = ''
|
|
|
this.form.need = ''
|
|
|
+ this.form.cooperate = ''
|
|
|
},
|
|
|
setEchoInfo: function (data) {
|
|
|
if (data) {
|