heyujie
2021-07-08 b322b2bad8b2f9b88521c9ffbbe7e77282b9fe2e
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)