| | |
| | | repeat = true |
| | | } |
| | | }) |
| | | console.log("aaa") |
| | | console.log(repeat) |
| | | if (repeat) { |
| | | this.$notify({ |
| | | message: "名称不能重复", |
| | |
| | | windowSizeChange() { |
| | | let timeSlideWidth = document.querySelector(".sub-time-box").clientWidth |
| | | this.cavasLength = timeSlideWidth |
| | | console.log("时间组件宽度:", timeSlideWidth) |
| | | }, |
| | | updateTimeRule(rule) { |
| | | saveTimeRule(rule) |
| | | .then(async (rsp) => { |
| | | console.log(rsp, "rrr1333331rrrrrrrrrrrrr") |
| | | if (rsp && rsp.success) { |
| | | await this.VideoManageData.getTimeRule() |
| | | this.isAdding = false |
| | |
| | | save() { |
| | | saveTimeRule(this.activeTabObj) |
| | | .then(async (rsp) => { |
| | | console.log(rsp, "rrr112222rrrrrrrrrrrrr") |
| | | if (rsp && rsp.success) { |
| | | this.$notify({ |
| | | type: "success", |