|
|
@ -604,6 +604,7 @@ export default { |
|
|
this.monthData[index] = parseInt(item.count); |
|
|
this.monthData[index] = parseInt(item.count); |
|
|
}); |
|
|
}); |
|
|
console.log("--------------monthData", this.monthData); |
|
|
console.log("--------------monthData", this.monthData); |
|
|
|
|
|
this.$forceUpdate() |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
this.$message.error(msg); |
|
|
this.$message.error(msg); |
|
|
|