1
0

2 Revīzijas f80ee7a15c ... 6291a2c9b2

Autors SHA1 Ziņojums Datums
  ylong 6291a2c9b2 Merge branch 'feature-v2.0' into feature-sell 2 nedēļas atpakaļ
  ylong 8cebcb7f07 refactor(CommonTable): 重构表格数据源逻辑以支持自定义数据源 2 nedēļas atpakaļ
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/components/CommonPage/CommonTable.vue

+ 1 - 1
src/components/CommonPage/CommonTable.vue

@@ -145,7 +145,7 @@
 
     //导出数据 进导出记录
     function exportRecord(params, method = "POST") {
-        let data = method === "POST" ? { data: params } : {params};
+        let data = method === "POST" ? { data: params } : { params };
         return proxy.$http({
             url: props.pageConfig.exportUrl,
             method,