heyujie
2021-07-08 1fbbb592d4646f86e8a272b13c16ca54abc08414
src/pages/cameraAccess/components/CameraInfo.vue
@@ -267,7 +267,7 @@
    getSounds() {
      getSoundList().then(res => {
        if (res.success) {
          this.soundList = res.data.list
          this.soundList = res.data;
        }
      }).catch(
        e => console.log(e)
@@ -335,8 +335,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 => {