将value置为undefined才行
value = {value === ‘‘ ? undefined: value}
select value为空时, placeholder不显示
原文:https://www.cnblogs.com/rachelch/p/15013897.html