修复获取字典列表的接口

pull/65/head
fengshuonan 2021-02-19 22:13:32 +08:00
parent e4c23901c7
commit 653d78d1d7
1 changed files with 2 additions and 2 deletions

View File

@ -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'
}); });
}); });