Explorar o código

Merge branch 'feature-v2.0' into feature-sell

ylong hai 2 semanas
pai
achega
6291a2c9b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,