ota状态统计修改默认显示

This commit is contained in:
高嵩
2023-08-29 09:21:52 +08:00
parent 0e4c2b2db2
commit a4ae174b03
@@ -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 {