Ver Fonte

首页展示实时数据

xusl há 9 meses atrás
pai
commit
a799731db7

+ 2 - 2
ipp-ap/src/views/homePage/curveComparison.vue

@@ -60,7 +60,7 @@
       return {
 
         //安徽考核超短期第一点
-        cdqQueryPoint: 1,
+        cdqQueryPoint: 0,
         searchForm: {},
         tableData: [],
 
@@ -253,7 +253,7 @@
         param.append('endTime', this.endTime)
         param.append("cdqPoint", this.cdqQueryPoint)
         param.append("forecastManufactor", this.forecastManufactor)
-        param.append("dqPoint", "1")
+        param.append("dqPoint", "0")
         getCompositeData(param).then(response => {
           // this.tableData = response.data.data.composite
           // this.page.total = this.tableData.length

+ 1 - 1
ipp-ap/src/views/idp/data/accuracyCalculation/index.vue

@@ -571,7 +571,7 @@ export default {
         option.legend.data.push('超短期准确率')
       }
 
-      option.title.text = "今日 " + optionTitleText
+      // option.title.text = "今日 " + optionTitleText
       this.chart.setOption(option, true)
     },
     formatDate: function (time) {//工夫戳转日期