|
@@ -15,7 +15,7 @@
|
|
|
placeholder="请选择能源参数"
|
|
|
:options="options">
|
|
|
</a-select> -->
|
|
|
- <a-select v-model="queryParam.energyitemid" placeholder="请选择能源参数">
|
|
|
+ <a-select v-model="queryParam.queryparamtype" placeholder="请选择能源参数">
|
|
|
<a-select-option
|
|
|
v-for="item in options"
|
|
|
:key="item"
|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
getList() {
|
|
|
- getAction(this.url.list2, null).then((res) => {
|
|
|
+ getAction(this.url.list2, this.queryParam).then((res) => {
|
|
|
console.log(9999,res)
|
|
|
})
|
|
|
},
|