瀏覽代碼

elective student - test code clean

hare8999@163.com 2 年之前
父節點
當前提交
2b0658490a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/elective/select/components/elective-table.vue

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

@@ -58,7 +58,6 @@ 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)