Parcourir la source

'需采集信息点添加去重'

zhangyu il y a 5 ans
Parent
commit
488d891f9d
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/views/ready/collectsetting/index.vue

+ 2 - 1
src/views/ready/collectsetting/index.vue

@@ -697,8 +697,9 @@
           let param = {
             data: {
               Orders: "sort asc,InfoPointCode asc",
+              Distinct: true,
               PageNumber: 1,
-              PageSize: 500
+              PageSize: 1000
             },
             type: code
           };