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({
|
||||
where: {dictTypeCode: obj.data.dictTypeCode},
|
||||
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
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue