From 128ccc7ff72242aa6e9519514327629c20ac0c58 Mon Sep 17 00:00:00 2001 From: panll <1018729+pan648540858@user.noreply.gitee.com> Date: 星期三, 02 三月 2022 14:27:57 +0800 Subject: [PATCH] !6 update web_src/src/components/dialog/changePassword.vue. Merge pull request !6 from lanss/N/A --- web_src/src/components/dialog/getCatalog.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/web_src/src/components/dialog/getCatalog.vue b/web_src/src/components/dialog/getCatalog.vue index a146889..62bacdb 100644 --- a/web_src/src/components/dialog/getCatalog.vue +++ b/web_src/src/components/dialog/getCatalog.vue @@ -119,12 +119,10 @@ if (res.data.code === 0) { this.platformName = res.data.data.name; this.defaultCatalogId = res.data.data.catalogId; + this.defaultCatalogIdSign = res.data.data.catalogId; + this.chooseId = res.data.data.catalogId; resolve([ - { - name: "鏈垎閰�", - id: null, - type: -1 - },{ + { name: this.platformName, id: this.platformId, type: 0 -- Gitblit v1.8.0