Commit b44f62ae authored by agping's avatar agping

滚动条回到顶部

parent 133d1455
......@@ -1632,7 +1632,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
}else{
$("#caozuo_table2").html('暂无跟进信息');
}
//滚动条 回到顶部
$('.followup-modal-list-area').scrollTop(0);
}
}
......
......@@ -1776,8 +1776,9 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
}else{
$("#caozuo_table2").html('暂无跟进信息');
}
//滚动条 回到顶部
$('.followup-modal-list-area').scrollTop(0);
}
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment