整理对话框相关逻辑,封装部分js方法
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
}
|
||||
};
|
||||
new agGrid.Grid(gridDiv, options);
|
||||
// 读取数据
|
||||
options.remoteData({page: 1});
|
||||
gdoo.widgets['order_widget_goods'] = options;
|
||||
})(jQuery);
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
}];
|
||||
options.columnDefs = columnDefs;
|
||||
new agGrid.Grid(gridDiv, options);
|
||||
// 读取数据
|
||||
|
||||
options.remoteData({page: 1});
|
||||
gdoo.widgets['order_widget_index'] = options;
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user