新增添加电子围栏
parent
152dacfc84
commit
65419e532d
|
@ -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
|
||||
})
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue