Kaynağa Gözat

add infopointname asc orders

haojianlong 5 yıl önce
ebeveyn
işleme
0563102ef2

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

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