Explorar el Código

驾驶分析页面开发中1

JXDS18FUJT hace 1 año
padre
commit
c59a20f120
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/driverExamAnaly/index.vue

+ 1 - 1
src/views/driverExamAnaly/index.vue

@@ -55,7 +55,7 @@ export default defineComponent({
   setup() {
     return {
       score:ref(0),
-      userAnswerList:ref<openApi.selectFreeQuestionInfoRes>()
+      userAnswerList:ref<openApi.selectFreeQuestionInfoRes["rows"]>([])
     };
   },
   components: {