Browse Source

Update cloudPractice.tsx

lex-xin 10 tháng trước cách đây
mục cha
commit
bc562a4f01
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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()
                                  }}