修改UAT提出的问题

This commit is contained in:
范强强
2023-05-09 15:24:47 +08:00
parent 8372532293
commit c772cf3f55
4 changed files with 1091 additions and 15 deletions
@@ -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)
},