|
|
@@ -34,8 +34,8 @@ Ext.define('school.view.viewport.ViewportModel', {
|
|
|
}],
|
|
|
proxy: {
|
|
|
type: 'ajax',
|
|
|
- // url: 'http://10.1.80.47:9560/grade/read/1',
|
|
|
- url: '/api/school/grade/read/' + school.util.BaseUtil.getCurrentUser().school_id,
|
|
|
+ // url: 'http://10.1.80.47:9560/grade/read',
|
|
|
+ url: '/api/school/grade/read',
|
|
|
reader: {
|
|
|
transform: {
|
|
|
fn: function(data) {
|