diff --git a/application/default/views/scripts/author/metadata-new.phtml b/application/default/views/scripts/author/metadata-new.phtml index 1c66fbe6..2bea9200 100644 --- a/application/default/views/scripts/author/metadata-new.phtml +++ b/application/default/views/scripts/author/metadata-new.phtml @@ -299,6 +299,12 @@ function prepare(){ $(this).val(''); } }); + $('.contact_unit').each(function(index, element) { + if($(this).val()=='单位') + { + $(this).val(''); + } + }); } function save(s,btn){