|
@@ -579,7 +579,7 @@ var vm = new Vue({
|
|
|
},
|
|
|
success:function (res) {
|
|
|
// 判断当前信息否在其他页面留资 如果全部留资 直接弹窗提交成功
|
|
|
- if(type=='free-download'){
|
|
|
+ if(type=='freeDownload'){
|
|
|
var checkKeys = ['name', 'phone','companyType', 'company', 'branch', 'position']
|
|
|
}else{
|
|
|
var checkKeys = ['name', 'phone','companyType', 'company', 'branch', 'position']
|