效果:进入编辑的时候自动根据ID带出下级下拉框
实现思路:行编辑进入之前,调用加载下拉框的方法
activeRowMethod({ row, rowIndex }) {
this.getSpecsList(row.wlid);
return ret;
},
:edit-config="{
trigger: 'click',
mode: 'row',autoClear: false,
activeMethod: activeRowMethod,
}"