Browse Source

后台不同的样式返回值不一样

lex-xin 3 months ago
parent
commit
2179c01144
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cloudPractice/cloudPractice.tsx

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

@@ -422,7 +422,7 @@ export default defineComponent({
                   return {
                      label: item.name,
                      value: item.id,
-                     instrumentIds: item.instrumentIds
+                     instrumentIds: item.instrumentId
                   }
                })