修改UAT提出的问题
This commit is contained in:
@@ -111,12 +111,11 @@
|
||||
this.syncReport = res.result.syncReport ? res.result.syncReport : []
|
||||
this.dutyTerritory = res.result.dutyTerritory ? res.result.dutyTerritory : []
|
||||
this.getEcharts()
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
getoptions() {
|
||||
let id = ''
|
||||
if (this.idList && this.idList.length > 0) {
|
||||
@@ -134,6 +133,7 @@
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
getonChange(value) {
|
||||
this.collectingpercentage = []
|
||||
this.collectingquantity = []
|
||||
@@ -145,6 +145,7 @@
|
||||
this.syncReportquantity = []
|
||||
this.getData(value)
|
||||
},
|
||||
|
||||
onChange(value) {
|
||||
this.collectingpercentage = []
|
||||
this.collectingquantity = []
|
||||
@@ -155,8 +156,8 @@
|
||||
this.syncReportpercentage = []
|
||||
this.syncReportquantity = []
|
||||
this.getEcharts()
|
||||
|
||||
},
|
||||
|
||||
getEcharts(chart, title, color, data, num) {
|
||||
this.collecting.forEach((item, index) => {
|
||||
this.collectingpercentage.push(item.percentage)
|
||||
@@ -342,6 +343,7 @@
|
||||
option && myChart.setOption(option, true)
|
||||
|
||||
},
|
||||
|
||||
mainLeftEcharts(data, color) {
|
||||
this.getEcharts('main-left', this.$t('Parametercollection'), color, data, 1)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user