diff --git a/com.actionsoft.apps.coe.pal.processlist/src/components/common/PALRepositoryTree/component.vue b/com.actionsoft.apps.coe.pal.processlist/src/components/common/PALRepositoryTree/component.vue index 6b5fa11..fc46cb4 100644 --- a/com.actionsoft.apps.coe.pal.processlist/src/components/common/PALRepositoryTree/component.vue +++ b/com.actionsoft.apps.coe.pal.processlist/src/components/common/PALRepositoryTree/component.vue @@ -140,7 +140,7 @@ closeDlalog(type) {// 取消/确定之后的关闭 if (type == 'save') { let result = []; - if (this.checkbox) {// 多选 + if (this.multiple) {// 多选 result = this.$refs.tree.getCheckedNodes(); } else {// 单选 const node = this.$refs.tree.getCurrentNode(); diff --git a/com.actionsoft.apps.coe.pal.processlist/src/views/ProcesslistHome.vue b/com.actionsoft.apps.coe.pal.processlist/src/views/ProcesslistHome.vue index cd76571..05e3c0d 100644 --- a/com.actionsoft.apps.coe.pal.processlist/src/views/ProcesslistHome.vue +++ b/com.actionsoft.apps.coe.pal.processlist/src/views/ProcesslistHome.vue @@ -44,7 +44,7 @@
- +
@@ -192,21 +192,17 @@ - +