分类管理

This commit is contained in:
yubao
2017-12-11 23:22:13 +08:00
parent 91a1ea4bae
commit 37969d4b9e
4 changed files with 4 additions and 5 deletions

View File

@@ -210,7 +210,7 @@ layui.config({
layer.msg("请选择一个要添加菜单的模块");
return;
}
meditDlg.add(data[0]);
meditDlg.add(data[0].Id);
}
, btnEdit: function () { //编辑
var checkStatus = table.checkStatus('mainList')