Преглед на файлове

Merge remote-tracking branch 'origin/master'

lizhenhao преди 2 години
родител
ревизия
124346e8df
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/modules/sys/project/AssessList.vue
  2. 1 1
      src/views/modules/sys/project/ConsultationList.vue

+ 1 - 1
src/views/modules/sys/project/AssessList.vue

@@ -48,7 +48,7 @@
                     sheetName: '评估项目数据',
                     exportMethod: exportMethod,
                     types: ['xlsx'],
-                    modes: ['current', 'all']
+                    modes: ['current', 'selected', 'all']
                   }"
                 @sort-change="sortChangeHandle"
                 :sort-config="{remote:true}"

+ 1 - 1
src/views/modules/sys/project/ConsultationList.vue

@@ -50,7 +50,7 @@
                     sheetName: '评估项目数据',
                     exportMethod: exportMethod,
                     types: ['xlsx'],
-                    modes: ['current', 'all']
+                    modes: ['current', 'selected', 'all']
                   }"
                 @sort-change="sortChangeHandle"
                 :sort-config="{remote:true}"