添加路由按钮

This commit is contained in:
tanghc
2019-03-23 12:41:04 +08:00
parent 42c4e4784b
commit e361d4df98

View File

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