Browse Source

lift the 10 site limit restrictions on the TD116_UTIL report

vbea 1 năm trước cách đây
mục cha
commit
a7b50f39d1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Strides-Admin/src/views/report/ReportV2.vue

+ 1 - 1
Strides-Admin/src/views/report/ReportV2.vue

@@ -85,7 +85,7 @@
           collapse-tags
           reserve-keyword
           filterable multiple
-          :multiple-limit="10"
+          :multiple-limit="100"
           v-show="isAppendixSite"
           v-model="filter.pageVo.sitePks"
           class="filter-input"