我想在第二个红框中,自动获取第一个红框中的值,请问应该怎么写,this的写法报错。
多谢,我去试试
最终采用admin的方式找了一下,通过以下方式解决。
watch:{
'form.groupId'(val,ovalue){
const column = this.findObject(this.option.column, "attachmentR");//获取组件
column.data={groupId:val};//根据需要进行设置值
}
扫一扫访问 Blade技术社区 移动端