Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js =================================================================== diff -u -r15581 -r16030 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js (.../appropriationView.js) (revision 15581) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js (.../appropriationView.js) (revision 16030) @@ -1361,7 +1361,7 @@ pageSize : 20, defaultSortField : 'id', title : entityName+'单列表', - defaultSortDirection : 'ASC', + defaultSortDirection : 'desc', isCheckboxSelectionModel : false, rememberSelected : false, isShowSearchField : true, Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js =================================================================== diff -u -r16024 -r16030 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js (.../godownOutView.js) (revision 16024) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js (.../godownOutView.js) (revision 16030) @@ -1046,7 +1046,7 @@ pageSize : 20, defaultSortField : 'id', title : entityName + '列表', - defaultSortDirection : 'ASC', + defaultSortDirection : 'desc', isCheckboxSelectionModel : false, rememberSelected : false, isShowSearchField : true,