commit | 99536f558499146cf5f6f11ee31996fd55e56a7e | [log] [tgz] |
---|---|---|
author | huibing.xie <xiehuibing@supwisdom.com> | 周三 8月 29 14:30:32 2018 +0800 |
committer | huibing.xie <xiehuibing@supwisdom.com> | 周三 8月 29 14:30:32 2018 +0800 |
tree | 81e82090f5eaf032f303bb504b81b9d8b0808a1a | |
parent | c6c91724a88a4abd5e4649bfde79c929b8c4a7a5 [diff] |
修改字典获取方式,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 }) },