Explorar el Código

[feat][生涯决策][根据高校专业选科目]

hizhangling hace 1 mes
padre
commit
a1a63fab22

+ 1 - 0
src/views/xjc-integratedmachine/decision/choose_subject_by_scholl_major/choose_subject_by_scholl_major.vue

@@ -163,6 +163,7 @@
     const data = ref({})
 
     function init() {
+        //
         specialtySelect().then(resp => {
             data.value = resp
         })