Browse Source

commit

master
xuhuihui 3 years ago
parent
commit
bcf9bc5986
  1. 3829
      04.系统编码/Frontend/package-lock.json
  2. 12
      04.系统编码/Frontend/src/components/MicrowaveRadiation.vue

3829
04.系统编码/Frontend/package-lock.json

File diff suppressed because it is too large

12
04.系统编码/Frontend/src/components/MicrowaveRadiation.vue

@ -49,15 +49,7 @@
@click="onElementClick('one-hour', -24, 60)">1小时</span></el-col>
</el-row>
</div>
</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 ;

Loading…
Cancel
Save