Commit 1a16fa2c authored by clone's avatar clone

Merge branch '0723-v2.5.0' of https://gitee.com/zwyjjc/tl_estate into 0723-v2.5.0

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