|
@@ -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
|