关于table列 点击某一项回显内容

3 阅读1分钟

父组件

this.$refs.refCode && this.$refs.refCode.open(row)

子组件

open(row){
    this.row = row 
}

关闭弹窗这个时候是可以用 this.$ref.formRef.resetFieIds() / clearValidate() 关闭提示就可以了

blog.csdn.net/Zing_ing/ar…