Commit bef558a7 authored by agping's avatar agping

客户列表 优化

parent 3d7213dc
......@@ -119,15 +119,15 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
$('#guest_stores').html('');
$('#guest_stores2').html('');
});
$("#close").click(function() {
document.getElementById("add_user_form").reset();
$(".user-ul").empty();
});
$(".close").click(function() {
document.getElementById("add_user_form").reset();
$(".user-ul").empty();
});
// $("#close").click(function() {
// document.getElementById("add_user_form").reset();
// $(".user-ul").empty();
// });
//
// $(".close").click(function() {
// document.getElementById("add_user_form").reset();
// $(".user-ul").empty();
// });
$("#confirm_delete").click(function() {
var params = {};
......
......@@ -113,7 +113,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
$('#guest_stores').html('');
$('#guest_stores2').html('');
});
//新增 客户 重置信息
$("#close").click(function() {
document.getElementById("add_user_form").reset();
$(".user-ul").empty();
......
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