zhangzengfei
2021-03-29 24a6b3c3028ed77bb079b2ff76a30179c1db6c51
src/pages/cameraAccess/components/SceneRule.vue
@@ -251,9 +251,11 @@
      }
    },
    getSounds() {
      let _this = this;
      getSoundList().then(res => {
        if (res.success) {
          this.soundList = [{ id: "", name: "空", path: "" }].concat(res.data.list)
          //_this.soundList = [{ id: "", name: "空", path: "" }].concat(res.data.list)
          _this.soundList = [{ id: "", name: "空", path: "" }].concat(res.data)
        }
      }).catch(
        e => console.log(e)