소스 검색

Update cloudPractice.tsx

lex-xin 10 달 전
부모
커밋
bc562a4f01
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/cloudPractice/cloudPractice.tsx

+ 2 - 0
src/views/cloudPractice/cloudPractice.tsx

@@ -976,6 +976,8 @@ export default defineComponent({
                                  class={[styles.item, index === state.listActive && styles.active]}
                                  onClick={async () => {
                                     state.listActive = index
+                                    state.selectedPartIndex = 0
+                                    state.partXmlIndex = 0
                                     await toDetail()
                                     resetRender()
                                  }}