This commit is contained in:
luoshiwen 2023-02-28 08:54:00 +08:00
parent 21d7352e20
commit 771ab77f6a
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -359,7 +359,7 @@ export default {
cycleTimeData: {
handler(newVal) {
//
console.log(newVal, '周期时刻数据');
// console.log(newVal, '');
var thatN = this;
if (newVal != undefined && newVal.length != 0 && thatN.sectionData) {
thatN.classify.forEach((ele, index) => {