Shannon_mu 3 년 전
부모
커밋
07e91355ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      operationSupport/src/views/newWorkBench/template/styleThree.vue

+ 1 - 1
operationSupport/src/views/newWorkBench/template/styleThree.vue

@@ -80,7 +80,7 @@
             @dragover="dragover($event, 9)"
             @drop="drop($event, 9)"
         >
-            <component :is="componentsIdArr[pageLoction[10]]"></component>
+            <component :is="componentsIdArr[pageLoction[9]]"></component>
         </div>
     </div>
 </template>