zhangzengfei
2021-02-01 3a5d29e6dffa18e5e44579360e4c278acc3b8423
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)