diff --git a/core/core-backend/pom.xml b/core/core-backend/pom.xml index 72a5f97b9e..13032ace70 100644 --- a/core/core-backend/pom.xml +++ b/core/core-backend/pom.xml @@ -101,6 +101,16 @@ com.h2database h2 + + io.dataease + xpack-permissions + ${project.version} + + + io.dataease + xpack-base + ${project.version} + diff --git a/core/core-frontend/src/components/visualization/common/ComponentPosition.vue b/core/core-frontend/src/components/visualization/common/ComponentPosition.vue index 981fd92741..6e8ea71237 100644 --- a/core/core-frontend/src/components/visualization/common/ComponentPosition.vue +++ b/core/core-frontend/src/components/visualization/common/ComponentPosition.vue @@ -10,8 +10,8 @@ :min="min" :max="max" :step="step" - v-model="curComponent.style[key]" - @change="onPositionChange" + v-model="positionMounted[key]" + @change="onPositionChange(key)" controls-position="right" /> @@ -21,7 +21,7 @@