@ -49,15 +49,7 @@
@click="onElementClick('one-hour', -24, 60)">1小时</span></el-col>
</el-row>
</div>
<div class="container panel">
<div class="toolbar">
@ -601,7 +593,7 @@ export default {
let params = {
startTime: moment(options.titleEndTime).add(-options.apiTimeInterval, 'm').format('YYYY-MM-DD HH:mm:00'),
endTime: options.titleEndTime
}
post("/tLogP/findLater", params).then((response: any) => {
response == "" ? options.tLogPPicture = "/images/no-data.png" : options.tLogPPicture = response ;