diff --git a/com.actionsoft.apps.coe.pal.cooperation/src/views/role/RoleUpdate.vue b/com.actionsoft.apps.coe.pal.cooperation/src/views/role/RoleUpdate.vue
index 6128d96..19ca234 100644
--- a/com.actionsoft.apps.coe.pal.cooperation/src/views/role/RoleUpdate.vue
+++ b/com.actionsoft.apps.coe.pal.cooperation/src/views/role/RoleUpdate.vue
@@ -457,9 +457,6 @@
node.loaded = false;
},
checkedNode(data, checked, subChecked) {// 节点选中事件
- if (data.leaf){ // 如果是叶子节点的话 不存在子节点 也就不用在请求 优化性能
- return;
- }
// 获取所有子节点
const that = this;
that.loading = true;
@@ -593,6 +590,7 @@
}
}
resolve(data);
+ console.log(data)
that.loading = false;
if (node.level == 0 && ro.data.length > 0) {
const tree = that.$refs.tree;
diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue
index 2abb7cf..a63b396 100644
--- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue
+++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue
@@ -205,7 +205,7 @@
生成端到端流程图
-
+
删除模型