zhangzengfei
2021-05-21 5ec1554f347f91bcd1fbc8e7550fde8edec5a3d3
src/pages/cameraAccess/components/CameraInfo.vue
@@ -268,7 +268,7 @@
    getSounds() {
      getSoundList().then(res => {
        if (res.success) {
          this.soundList = res.data.list
          this.soundList = res.data;
        }
      }).catch(
        e => console.log(e)
@@ -336,8 +336,9 @@
              this.resolutionList = list
              this.sensors = res.data.sensors
            }
            this.$nextTick(() => {
              this.initFormData()
              this.initFormData();
              Object.assign(this.form, res.data)
              this.soundList.forEach(element => {