This commit is contained in:
2024-01-11 14:31:23 +08:00
parent 09adddb69e
commit 02e506c7d6
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ export default {
if (newVal === oldVal) {
return false
}
this.updateChart()
// this.updateChart()
}
}
},