Преглед на файлове

Merge branch 'master' of http://121.4.203.192:9000/mingxue/front

hare8999@163.com преди 2 години
родител
ревизия
928e768457
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/views/elective/select/components/elective-table.vue

+ 1 - 0
src/views/elective/select/components/elective-table.vue

@@ -58,6 +58,7 @@ import ElectiveMajorThumbnail from '@/views/elective/select/components/elective-
 import ElectiveMajorCollege from '@/views/elective/select/components/elective-major-college'
 import ElectivePreferenceBatch from '@/views/elective/select/components/elective-preference-batch'
 import ElectiveTableGroupTag from '@/views/elective/select/components/elective-table-group-tag'
+import ElectivePreferenceDrag from '@/views/elective/select/components/elective-preference-drag'
 
 const resolverModules = require.context('./round-select-resolvers', false, /\.js$/)
 const resolvers = resolverModules.keys().map(key => resolverModules(key).default)