新增添加电子围栏

master
wuxiaolong 2023-11-25 12:50:45 +08:00
parent 152dacfc84
commit 65419e532d
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ export default {
methods: {
FenceList() {
list().then(res => {
console.log(res.data.data)
this.tableData=res.data.data
console.log(res.data)
this.tableData=res.data
})
},
},