判断空对象{}常用的方法
Vue有两个方法可用: JSON.stringify(evtValue)=='{}' Object.keys(xxx).length==0
JSON.stringify(evtValue)=='{}'
Object.keys(xxx).length==0