2023022802

This commit is contained in:
chengdandan 2023-02-28 16:19:03 +08:00
parent 889bd4309c
commit b78fb8f958
1 changed files with 3 additions and 4 deletions

View File

@ -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];