From a4ae174b03f2eea93f69448a1e62ccacf73e25a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Tue, 29 Aug 2023 09:21:52 +0800 Subject: [PATCH] =?UTF-8?q?ota=E7=8A=B6=E6=80=81=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/projectManagement/components/otastatus.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/otastatus.vue b/jero-web/src/views/projectManagement/components/otastatus.vue index 245bb8490..96716853a 100644 --- a/jero-web/src/views/projectManagement/components/otastatus.vue +++ b/jero-web/src/views/projectManagement/components/otastatus.vue @@ -146,9 +146,6 @@ }, methods: { - vdrcheckClick(){ - - }, getData() { let query = { ...this.queryParam, @@ -175,7 +172,9 @@ getAction('ota/otaManageApplyEO/getVdrListByProject', { projectId: id }).then((res) => { if (res.success) { this.options = res.result - this.queryParam.plannedBpLaunchBatch = this.options[0].plannedBpLaunchBatch + if(this.options.length != 0 ){ + this.queryParam.plannedBpLaunchBatch = this.options[0].plannedBpLaunchBatch + } this.getData() // this.getData(this.queryParam.ctype) } else {