例:假如newValue是个proxy对象 // 方法一: console.log({ ...newValue }) // 方法二: console.log({ Vue.toRaw(newValue) })