Browse Source

add infopointname asc orders

haojianlong 5 years ago
parent
commit
0563102ef2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/config_point/dictionaryCascader.vue

+ 2 - 1
src/components/config_point/dictionaryCascader.vue

@@ -132,7 +132,8 @@ export default {
         data: {
           Filters: "InputMode='M' or InputMode='L'",
           PageNumber: 1,
-          PageSize: 500
+          PageSize: 500,
+          Orders: 'InfoPointName asc'
         },
         type: this.typeRelation[type] || type
       }