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