fix:解决冲突

This commit is contained in:
zyh
2022-11-17 18:05:36 +08:00
75 changed files with 1114 additions and 4269 deletions

View File

@@ -164,12 +164,6 @@ export default {
fromEndpoint: {
type: Boolean,
default: false
},
variables: {
type: Array,
default: () => {
return []
}
}
},
mixins: [rz, editRigthBox],
@@ -183,6 +177,9 @@ export default {
computed: {
chartLastPosition () {
return this.$store.getters.getChartLastPosition
},
variables () {
return this.$store.state.panel.variablesArr
}
},
data () {