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/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: '确定'