Source/plt-web/plt-web-ui/src/views/authority/function/functionView/index.vue
@@ -103,6 +103,7 @@ this.treeLoading = true; getSysModelAuth({roleId: row.oid}).then(res => { const data = res.data.data; // console.log(data); this.$refs.uiTree.setCheckedKeys(data); this.treeLoading = false; })