zhangzengfei
2022-08-23 e37e45cfe1123928dba5d9c5a427b0ee497b7ad6
src/views/hashrate/CameraManage/CameraRules/components/AddRuleBox.vue
@@ -1,7 +1,7 @@
<template>
  <div class="AddBox">
    <div class="title">
      {{ editData.type ? "修改" : "添加" }}{{ editData.type === "separate" ? "独立" : "联动" }}场景
      {{ editData.type ? "修改" : "添加" }}{{ type === "separate" ? "独立" : "联动" }}场景
    </div>
    <div class="close iconfont" @click="close">&#xe60f;</div>
@@ -74,6 +74,7 @@
    TimeSlider
  },
  mounted() {
    console.log(this.editData)
    this.getSounds()
    this.eventAudio.addEventListener("ended", () => {
      this.togglePlay = true