jwyu 10 ay önce
ebeveyn
işleme
8bc592e46d

+ 0 - 1
src/views/etaChart/components/ClassifyWrap.vue

@@ -198,7 +198,6 @@ function handleClassifyOpt(node, data, type) {
   }
   if (type === 'add') {
     let parr = getAllParent(node, [])
-    parr.shift()
     classifyEditState.parent = parr.reverse()
     classifyEditState.parentId = data.ChartClassifyId
     showEditClassify.value = true

+ 1 - 0
src/views/etaChart/components/MoveClassify.vue

@@ -186,6 +186,7 @@ function handleConfirmClassify() {
     header="编辑图表分类"
     draggable
     attach="body"
+    top="50px"
     width="850px"
     :confirm-on-enter="true"
     :on-confirm="handleConfirmClassify"