去掉无用的模板文件
封装ajax提示方法
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
|
||||
gdoo.grids[table] = {grid: grid};
|
||||
|
||||
var action = new grid(table, '区域销售进度');
|
||||
var action = new gridAction(table, '区域销售进度');
|
||||
var panel = $('#' + table + '-controller');
|
||||
|
||||
panel.on('click', '[data-toggle="' + table + '"]', function() {
|
||||
|
||||
Reference in New Issue
Block a user