mirror of https://gitee.com/stylefeng/guns
修复获取字典列表的接口
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'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue