|
@@ -407,7 +407,7 @@ Vue.component('keep-component', {
|
|
|
_this.ajaxAddKeepFn(id, type)
|
|
|
}
|
|
|
if (type) {
|
|
|
- $.post('/salesLeads/retainedCapital', { source: 'article_collection' }).done(function (r) {
|
|
|
+ $.post('/salesLeads/retainedCapital' + '?source=article_collection', { source: 'article_collection' }).done(function (r) {
|
|
|
var checkKeys = ['name', 'phone', 'company', 'mail', 'branch', 'position']
|
|
|
var result = checkRequiredKeys(checkKeys, r.info)
|
|
|
// 判断当前信息否在其他页面留资 如果全部留资 直接弹窗提交成功
|