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 {