ota状态统计修改默认显示
This commit is contained in:
@@ -146,9 +146,6 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
vdrcheckClick(){
|
|
||||||
|
|
||||||
},
|
|
||||||
getData() {
|
getData() {
|
||||||
let query = {
|
let query = {
|
||||||
...this.queryParam,
|
...this.queryParam,
|
||||||
@@ -175,7 +172,9 @@
|
|||||||
getAction('ota/otaManageApplyEO/getVdrListByProject', { projectId: id }).then((res) => {
|
getAction('ota/otaManageApplyEO/getVdrListByProject', { projectId: id }).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.options = res.result
|
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.getData(this.queryParam.ctype)
|
// this.getData(this.queryParam.ctype)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user