[录制计划] 增加录制计划执行

This commit is contained in:
648540858
2024-11-28 18:00:52 +08:00
parent 25008d50c7
commit ae33926940
7 changed files with 148 additions and 69 deletions

View File

@@ -176,10 +176,8 @@ export default {
let start = null;
let stop = null;
let result = []
console.log("===================")
for (let i = 0; i < weekItem.length; i++) {
let item = weekItem[i]
console.log(item)
if (item === '1') { // 表示选中
stop = i
if (start === null ) {