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 @@