Browse Source

常规视康训练合并主分支

周玉佂 1 week ago
parent
commit
0370caaa5b

+ 8 - 0
src/views/tester/components/RehabilitationEvaluation/CognitiveAbilityTask/CognitiveAbilityTaskVisualTraining/index.vue

@@ -98,6 +98,14 @@ defineOptions({
 })
 
 const props = defineProps({
+  taskId: {
+    type: String,
+    default: ''
+  },
+  flag: {
+    type: String,
+    default: ''
+  },
   parentId: {
     type: String,
     default: ''