From 0f03dc9d04d986a5635ca891c10a37b6e7685c71 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 14 Jul 2022 11:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E6=9D=91=E5=85=A5=E5=BA=93,=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=AE=9A=E5=88=B6=E6=96=B9=E6=A1=88=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../develop/AppDeployCustom/AiLibTable.vue | 2 +- .../oms/apps/develop/AppDeployCustom/add.vue | 18 +++++++++++------- .../oms/apps/develop/AppDeployCustom/list.vue | 10 ++++++---- .../develop/AppDeployWxmp/AppDeployWxmp.vue | 14 +++++++------- 4 files changed, 25 insertions(+), 19 deletions(-) diff --git a/project/oms/apps/develop/AppDeployCustom/AiLibTable.vue b/project/oms/apps/develop/AppDeployCustom/AiLibTable.vue index d4103333..a4f5a6c5 100644 --- a/project/oms/apps/develop/AppDeployCustom/AiLibTable.vue +++ b/project/oms/apps/develop/AppDeployCustom/AiLibTable.vue @@ -107,7 +107,7 @@ export default { const {nodeKey} = this if (this.multiple) { let selected = this.$copy(this.selected), - choose = this.$copy(this.choose) + choose = this.$copy(this.choose) || [] if (row.checked) { selected.push(row[nodeKey]) choose.push(row) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index e7163a40..35b71e8b 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -41,6 +41,9 @@