diff --git a/project/oms/apps/develop/AppDeployCustom/AiLibTable.vue b/project/oms/apps/develop/AppDeployCustom/AiLibTable.vue index 6f45a54e..3c77004b 100644 --- a/project/oms/apps/develop/AppDeployCustom/AiLibTable.vue +++ b/project/oms/apps/develop/AppDeployCustom/AiLibTable.vue @@ -19,6 +19,11 @@ + + + diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 5807fd92..4513bbb1 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -186,7 +186,17 @@ - + + + @@ -318,6 +328,10 @@ export default { }, handleTabbarDelete(i) { this.tabBar.list?.splice(i, 1) + }, + handleAppEdit(row) { + const i = this.form.appList.findIndex(e => e.id == row.id) + this.form.appList.splice(i, 1, row) } }, created() {