This commit is contained in:
2023-05-19 13:58:26 +08:00
parent b30360d915
commit baea5f87c0

View File

@@ -45,7 +45,7 @@ export default {
data () { data () {
return { return {
timer: null, timer: null,
dataList: [{device_code: '1'}] dataList: []
} }
}, },
mounted () { mounted () {