#408 联系人信息中添加单位信息填写
This commit is contained in:
parent
7d9c47def3
commit
6077b068fb
|
@ -299,6 +299,12 @@ function prepare(){
|
|||
$(this).val('');
|
||||
}
|
||||
});
|
||||
$('.contact_unit').each(function(index, element) {
|
||||
if($(this).val()=='单位')
|
||||
{
|
||||
$(this).val('');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function save(s,btn){
|
||||
|
|
Loading…
Reference in New Issue