From ec844873e8b25623a31a99d34b8f4d2d718dea9e Mon Sep 17 00:00:00 2001 From: "446052889@qq.com" <446052889@qq.com> Date: Mon, 14 Nov 2022 16:09:36 +0800 Subject: [PATCH] =?UTF-8?q?pal=E5=85=B3=E8=81=94=E6=A8=A1=E5=9E=8Bdialog?= =?UTF-8?q?=E4=BD=BF=E7=94=A8pal=E6=B5=81=E7=A8=8B=E6=A0=91dialog=E6=9B=BF?= =?UTF-8?q?=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/PALRepositoryTree/component.vue | 2 +- .../src/views/ProcesslistHome.vue | 59 ++++++++----------- 2 files changed, 27 insertions(+), 34 deletions(-) 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 @@