upload test, viac senzorov
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: ['fromdate','todate','type','range'],
|
||||
props: ['fromdate','todate','type','range','host'],
|
||||
name: 'Stats',
|
||||
data() {
|
||||
return {
|
||||
@@ -34,7 +34,8 @@ export default {
|
||||
type: this.type,
|
||||
startdate: this.fromdate,
|
||||
enddate: this.todate,
|
||||
range: this.range
|
||||
range: this.range,
|
||||
host: this.host
|
||||
}
|
||||
})
|
||||
.then(function (response) {
|
||||
|
||||
Reference in New Issue
Block a user