Prevent compose chart auto refresh when creating
This commit is contained in:
@@ -433,7 +433,7 @@ export default {
|
||||
'chart.config': {
|
||||
deep: true,
|
||||
handler (value, oldValue) {
|
||||
if (value && oldValue) {
|
||||
if (value && oldValue && this.isEdit) {
|
||||
this.onConfigUpdate()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user