瀏覽代碼

add infopointname asc orders

haojianlong 5 年之前
父節點
當前提交
0563102ef2
共有 1 個文件被更改,包括 2 次插入1 次删除
  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
       }