2023022802
This commit is contained in:
parent
889bd4309c
commit
b78fb8f958
|
@ -222,7 +222,7 @@ export default {
|
||||||
|
|
||||||
//循环方法
|
//循环方法
|
||||||
getRef(data,timeMode) {
|
getRef(data,timeMode) {
|
||||||
console.log(timeMode);
|
// console.log(timeMode);
|
||||||
for (let i = 0; i < data.length; i++) {
|
for (let i = 0; i < data.length; i++) {
|
||||||
let refItem = data[i]
|
let refItem = data[i]
|
||||||
if (data.length != 0 && refItem.dataArr != undefined && refItem.dataArr.length != 0) {
|
if (data.length != 0 && refItem.dataArr != undefined && refItem.dataArr.length != 0) {
|
||||||
|
@ -265,7 +265,7 @@ export default {
|
||||||
},
|
},
|
||||||
componentList: {
|
componentList: {
|
||||||
handler(newVal) {
|
handler(newVal) {
|
||||||
console.log("componentList", newVal)
|
// console.log("componentList", newVal)
|
||||||
|
|
||||||
if (newVal != undefined && newVal.length != 0) {
|
if (newVal != undefined && newVal.length != 0) {
|
||||||
newVal.forEach(ele => {
|
newVal.forEach(ele => {
|
||||||
|
@ -371,7 +371,7 @@ export default {
|
||||||
cycleTimeData: {
|
cycleTimeData: {
|
||||||
handler(newVal) {
|
handler(newVal) {
|
||||||
// 监听到打印周期时刻数据
|
// 监听到打印周期时刻数据
|
||||||
console.log(newVal, '周期时刻数据');
|
// console.log(newVal, '周期时刻数据');
|
||||||
|
|
||||||
if (newVal != undefined && newVal.length != 0 && this.sectionData) {
|
if (newVal != undefined && newVal.length != 0 && this.sectionData) {
|
||||||
var thatN = this;
|
var thatN = this;
|
||||||
|
@ -502,7 +502,6 @@ export default {
|
||||||
}
|
}
|
||||||
ele.cycleStatisticsData.unshift(item);
|
ele.cycleStatisticsData.unshift(item);
|
||||||
if (that.$refs.typeChartRef2 != undefined) {
|
if (that.$refs.typeChartRef2 != undefined) {
|
||||||
console.log(that.$refs.typeChartRef2, '触发接收的表格数据');
|
|
||||||
for (let i = 0; i < that.$refs.typeChartRef2.length; i++) {
|
for (let i = 0; i < that.$refs.typeChartRef2.length; i++) {
|
||||||
let itemTypeChartRef2 = that.$refs.typeChartRef2[i];
|
let itemTypeChartRef2 = that.$refs.typeChartRef2[i];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue