|
@@ -88,12 +88,9 @@ const loading = ref(false)
|
|
|
const propertyName = ref('')
|
|
|
const activeIndex = ref(1);
|
|
|
const params = reactive({
|
|
|
- productKey: '1234567890',
|
|
|
- deviceKey: 'qwertyuio',
|
|
|
- properties: 'wertyuiop',
|
|
|
- // productKey: '',
|
|
|
- // deviceKey: '',
|
|
|
- // properties: '',
|
|
|
+ productKey: '',
|
|
|
+ deviceKey: '',
|
|
|
+ properties: '',
|
|
|
dateRange: [dayjs().subtract(1, 'hour').format('YYYY-MM-DD HH:mm:ss'), dayjs().format('YYYY-MM-DD HH:mm:ss')],
|
|
|
})
|
|
|
|