|
@@ -51,7 +51,7 @@
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</div>
|
|
|
- <div style="display: inline-block">
|
|
|
+ <div style="display: none">
|
|
|
<span style="font-weight: bold;font-size: 14px"> 预测厂家:</span>
|
|
|
<el-select style="width:250px" v-model="forecastManufactor" size="small">
|
|
|
<el-option
|
|
@@ -141,7 +141,8 @@ export default {
|
|
|
param.append('stationCode', this.stationCode)
|
|
|
param.append('startTime', this.startTime)
|
|
|
param.append('endTime', this.endTime)
|
|
|
- param.append('forecastManufactor', this.forecastManufactor)
|
|
|
+ // param.append('forecastManufactor', this.forecastManufactor)
|
|
|
+ param.append('forecastManufactor', 'SYJY')
|
|
|
queryTableData(param).then((res) => {
|
|
|
console.log(res.data.data.records)
|
|
|
this.tableData = res.data.data.records
|