diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue index 8af42692f..24f494683 100755 --- a/web_src/src/components/channelList.vue +++ b/web_src/src/components/channelList.vue @@ -100,9 +100,9 @@ {{ scope.row.location }} - + @@ -312,7 +312,7 @@ export default { that.total = res.data.data.total; that.deviceChannelList = res.data.data.list; that.deviceChannelList.forEach(e => { - e.PTZType = e.PTZType + ""; + e.ptztype = e.ptztype + ""; that.$set(e, "edit", false); that.$set(e, "location", ""); if (e.longitude && e.latitude) { @@ -460,7 +460,7 @@ export default { this.total = res.data.data.total; this.deviceChannelList = res.data.data.list; this.deviceChannelList.forEach(e => { - e.PTZType = e.PTZType + ""; + e.ptztype = e.ptztype + ""; this.$set(e, "edit", false); this.$set(e, "location", ""); if (e.longitude && e.latitude) {