From bdbebc7ad843386fb7410f8cdd164133ab875e3c Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Fri, 5 Jan 2024 13:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=B0=8F=E7=BB=84=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9=20=E7=94=B5?= =?UTF-8?q?=E6=8A=95=E6=8A=95=E4=BF=9D=E4=BA=BA=E9=A1=B5=E9=9D=A2=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=8E=A5=E5=8F=A3=E5=85=A5=E5=8F=82=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?teamCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/GBC/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/GBC/home.vue b/src/views/GBC/home.vue index d4b21600c..dad24b085 100644 --- a/src/views/GBC/home.vue +++ b/src/views/GBC/home.vue @@ -154,7 +154,7 @@ export default { this.projectList = res.content if(this.projectList.length == 1) { this.chooseProjectDialogShow = false - this.chooseTeamCode = this.projectList[0].TeamCode + this.chooseTeamCode = this.projectList[0].teamCode this.chooseProjectCode = this.projectList[0].projectCode this.chooseProjectName = this.projectList[0].projectName this.chooseProjectList()