两个都可以设置运行先后。前者,方式:
this.$nextTick(() => { this.$refs.orgAddOrUpdate.init(row, isAdd) })
其中orgAddOrUpdate是一个组件的ref,组件里的metheds里边有init方法。