zhangzengfei
2022-08-26 535a1a601a312033ae8c1f3972d39c0e58cbed37
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