修改字典获取方式,type--》dictType
diff --git a/leave-school-vue/src/views/systemmanagement/datadictionary/index.vue b/leave-school-vue/src/views/systemmanagement/datadictionary/index.vue
index 75d7930..06525b1 100644
--- a/leave-school-vue/src/views/systemmanagement/datadictionary/index.vue
+++ b/leave-school-vue/src/views/systemmanagement/datadictionary/index.vue
@@ -176,7 +176,7 @@
     },
     handleView(type) {
       this.temp.type = type
-      getDicList({ type: type }).then(response => {
+      getDicList({ dicType: type }).then(response => {
         if (!response.items) {
           MessageBox.alert('数据不存在,请确认是否已删除。', '消息', {
             confirmButtonText: '确定'