Browse Source

Merge branch 'iteration-temp-http' into staging

lex-xin 10 months ago
parent
commit
895e3c159b

File diff suppressed because it is too large
+ 0 - 0
dist/js/673.d2d7a95d.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.e65233bd.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/chunk-vendors.6027bb07.js


+ 5 - 1
src/views/cloudPractice/cloudPractice.tsx

@@ -655,6 +655,9 @@ export default defineComponent({
                   name: item.label
                }
             })
+
+            state.levelId = null
+            state.typeId = -1
          }
 
          if (storeData.value.length > 0 && !["level", "type"].includes(type as any)) {
@@ -688,6 +691,8 @@ export default defineComponent({
       const handleGetList = async () => {
          if (loading.value) return
          state.listActive = 0
+         state.selectedPartIndex = 0
+         state.partXmlIndex = 0
          state.showPlayer = false
          state.playState = "pause"
          state.partNames = []
@@ -724,7 +729,6 @@ export default defineComponent({
          })
          // 初始化数据
          const defaultShowStaff = partColumns.value[state.selectedPartIndex]
-         console.log(defaultShowStaff, partList)
          state.selectedPartName = defaultShowStaff?.instrumentName
          state.partXmlIndex = defaultShowStaff?.xmlIndex
       }

Some files were not shown because too many files changed in this diff