Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@457 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

administrator 11 years ago
parent
commit
9382aeca2e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/main/webapp/resources/js/index/app.js

+ 3 - 1
src/main/webapp/resources/js/index/app.js

@@ -414,7 +414,9 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ui.
 			page : 1, 
 			count : 5,
 			sorting: {
-                'inquiry.date': 'desc'
+                'inquiry.date': 'desc',
+                'inquiry.enterprise.enName': 'asc',
+                'inquiry.code': 'asc',
             },
             filter: {
             	'status' : 200