@@ -151,7 +151,7 @@ export default {
this.timer_1 = setInterval(() => {
this.getReportList()
console.log("getReportList")
- }, 1000 * 60);
+ }, 1000 * 3);
},
mounted() {},
beforeDestroy() {
@@ -50,7 +50,7 @@ export default {
dataZoom: {
yAxisIndex: "none"
- dataView: { readOnly: false },
+ dataView: { readOnly: true },
magicType: { type: ["line", "bar"] },
restore: {},
saveAsImage: {}
@@ -46,7 +46,7 @@ export default {
@@ -45,7 +45,7 @@ export default {