修改字典获取方式,type--》dictType
diff --git a/leave-school-vue/src/views/systemmanagement/class/index.vue b/leave-school-vue/src/views/systemmanagement/class/index.vue
index 1decb9c..3713c68 100644
--- a/leave-school-vue/src/views/systemmanagement/class/index.vue
+++ b/leave-school-vue/src/views/systemmanagement/class/index.vue
@@ -221,7 +221,7 @@
       })
     },
     initNjList() {
-      getDicList({ type: 'nj' }).then(response => {
+      getDicList({ dicType: 'nj' }).then(response => {
         this.njList = response.items
       })
     },