@@ -1,7 +1,7 @@
<template>
<a-modal
:title="modalTitle"
- :width="1200"
+ :width="1400"
:visible="visible"
:confirmLoading="confirmLoading"
class="ant-modal2"
@@ -105,7 +105,7 @@
<div style="width: 100%">
<div id="container"></div>
</div>
- <a-divider orientation="left">数据明细</a-divider>
+ <!-- <a-divider orientation="left">数据明细</a-divider>
<div>
<a-table
bordered
@@ -116,7 +116,7 @@
rowKey="time">
</a-table>
- </div>
+ </div>-->
</a-modal>
</template>
@@ -428,10 +428,7 @@ export default {
})
},
doTestSelect (record) {
- const parameter = {}
- parameter.id = record.id
- parameter.type = 1
- queryInfluxDBHistory(parameter).then(res => {
+ queryInfluxDBHistory(record).then(res => {
console.log(res.data)
this.$message.info('已查询')