소스 검색

导出全部逻辑

linweizeng 2 년 전
부모
커밋
59f10debf7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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')