vue 父组件调用子组件的方法,更改子组件的数据2021-12-14 本文已影响0人 路尔轩 1、清空子组件data数据 Object.assign(this.data,this.options.data()) 2、调用子组件方法 this.$refs.XXX.方法名()