修改字典获取方式,type--》dictType
diff --git a/leave-school-vue/src/views/statistical/handling/index.vue b/leave-school-vue/src/views/statistical/handling/index.vue
index 5b59c3d..3e5fbfa 100644
--- a/leave-school-vue/src/views/statistical/handling/index.vue
+++ b/leave-school-vue/src/views/statistical/handling/index.vue
@@ -249,7 +249,7 @@
       })
     },
     initXslbList() {
-      getDicList({ type: 'xslb' }).then(response => {
+      getDicList({ dicType: 'xslb' }).then(response => {
         this.xslbList = response.items
       })
     },