flx:修改配置企业回显问题
This commit is contained in:
parent
98677a3d14
commit
e65aa5a709
@ -919,6 +919,10 @@ export default {
|
|||||||
// this.$refs.treeRef.setChecked(this.findNodeById(item), true);
|
// this.$refs.treeRef.setChecked(this.findNodeById(item), true);
|
||||||
// });
|
// });
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs.treeRef.setCheckedKeys(arr);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user