From e7abf1c8f4db1f9d14ed30f4625b5e081f376ea1 Mon Sep 17 00:00:00 2001
From: "446052889@qq.com" <446052889@qq.com>
Date: Thu, 26 Oct 2023 11:20:31 +0800
Subject: [PATCH] =?UTF-8?q?pal=E5=B0=8F=E7=BB=84=E7=BC=93=E5=AD=98?=
=?UTF-8?q?=E9=87=8D=E6=9E=84=EF=BC=8C=E5=A4=84=E7=90=86=E5=8F=91=E7=8E=B0?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/role/RoleUpdate.vue | 4 +---
.../src/views/repository/RepositoryList.vue | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)
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 @@
生成端到端流程图
-
+
删除模型