mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
添加路由按钮
This commit is contained in:
@@ -154,7 +154,7 @@ lib.importJs('../../assets/js/profile.js').use(['element', 'table', 'tree', 'for
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
table.on('toolbar(routeTable)', function(obj) {
|
table.on('toolbar(routeTableFilter)', function(obj) {
|
||||||
if (obj.event === 'add') {
|
if (obj.event === 'add') {
|
||||||
var data = {};
|
var data = {};
|
||||||
data.profile = profile;
|
data.profile = profile;
|
||||||
|
Reference in New Issue
Block a user