Parcourir la source

导出全部逻辑

linweizeng il y a 2 ans
Parent
commit
59f10debf7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/business/platform/data/templaterender/templates/list.vue

+ 1 - 1
src/business/platform/data/templaterender/templates/list.vue

@@ -799,7 +799,7 @@ export default {
     getResponseData(buttonType, ids, exportColumns) {
       const { template, dataTemplate, fields, pagination, sorts } = this
       const params = {}
-      template.filter_conditions = []
+    //   template.filter_conditions = []
       let response_data = JSON.parse(JSON.stringify(dataTemplate))
       if (this.$utils.isEmpty(template.export_columns)) {
         const arr = dataTemplate.datasets.filter(d => d.type !== 'table')