From a0b5604fcefa0c7900ecc50830b718f77bba8f39 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 15 七月 2022 14:43:40 +0800 Subject: [PATCH] add cluster pwd --- src/views/equipmentManagement/algorithmDetail/components/Card.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/equipmentManagement/algorithmDetail/components/Card.vue b/src/views/equipmentManagement/algorithmDetail/components/Card.vue index 4b3fd6e..0271d4a 100644 --- a/src/views/equipmentManagement/algorithmDetail/components/Card.vue +++ b/src/views/equipmentManagement/algorithmDetail/components/Card.vue @@ -82,6 +82,7 @@ nodeId: this.id, path: this.data.id, userId: JSON.parse(sessionStorage.getItem("userInfo")).id, + inputText: data.sdk_name || data.name, }); if (res && res.success) { this.$notify({ -- Gitblit v1.8.0