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] [blame] |
修改字典获取方式,type--》dictType
diff --git a/leave-school-vue/src/views/news/newview/index.vue b/leave-school-vue/src/views/news/newview/index.vue index 5945d70..25a9e5f 100644 --- a/leave-school-vue/src/views/news/newview/index.vue +++ b/leave-school-vue/src/views/news/newview/index.vue
@@ -114,7 +114,7 @@ this.dialogFormVisible = true }, getGglxList() { - getDicList({ type: 'gglx' }).then(response => { + getDicList({ dicType: 'gglx' }).then(response => { this.gglxList = response.items }) },