修复获取字典列表的接口

pull/65/head
fengshuonan 4 years ago
parent e4c23901c7
commit 653d78d1d7

@ -98,7 +98,7 @@ layui.use(['layer', 'form', 'table', 'util', 'admin', 'func', 'HttpRequest'], fu
dictTable.reload({ dictTable.reload({
where: {dictTypeCode: obj.data.dictTypeCode}, where: {dictTypeCode: obj.data.dictTypeCode},
page: {curr: 1}, page: {curr: 1},
url: Feng.ctxPath + '/dict/page' url: Feng.ctxPath + '/dict/getDictListPage'
}); });
}); });
@ -200,4 +200,4 @@ layui.use(['layer', 'form', 'table', 'util', 'admin', 'func', 'HttpRequest'], fu
]], ]],
parseData: Feng.parseData parseData: Feng.parseData
}); });
}); });

Loading…
Cancel
Save