0228
This commit is contained in:
parent
21d7352e20
commit
771ab77f6a
File diff suppressed because one or more lines are too long
|
@ -359,7 +359,7 @@ export default {
|
||||||
cycleTimeData: {
|
cycleTimeData: {
|
||||||
handler(newVal) {
|
handler(newVal) {
|
||||||
// 监听到打印周期时刻数据
|
// 监听到打印周期时刻数据
|
||||||
console.log(newVal, '周期时刻数据');
|
// console.log(newVal, '周期时刻数据');
|
||||||
var thatN = this;
|
var thatN = this;
|
||||||
if (newVal != undefined && newVal.length != 0 && thatN.sectionData) {
|
if (newVal != undefined && newVal.length != 0 && thatN.sectionData) {
|
||||||
thatN.classify.forEach((ele, index) => {
|
thatN.classify.forEach((ele, index) => {
|
||||||
|
|
Loading…
Reference in New Issue