zhangxin 2 年之前
父节点
当前提交
d7acc2f942
共有 1 个文件被更改,包括 3 次插入6 次删除
  1. 3 6
      src/views/collection/seriesList.vue

+ 3 - 6
src/views/collection/seriesList.vue

@@ -258,16 +258,14 @@ import {getCollectionSale , getCollectionOverdue , getCollectionPresale}  from '
       },
       
       getCollectionSaleList() { 
-        getCollectionSale().then
-        ((res)=>{
+        getCollectionSale().then((res)=>{
           console.log(res);
           this.tableData = res.rows
         })
       },
       
       getCollectionOverdueList() { 
-        getCollectionOverdue.then
-        ((res)=>{
+        getCollectionOverdue.then((res)=>{
           this.tableData = res.rows
           
         })
@@ -286,8 +284,7 @@ import {getCollectionSale , getCollectionOverdue , getCollectionPresale}  from '
         this.getCollectionOverdueList();
       },
       getCollectionPresaleList() { 
-        getCollectionPresale.then
-        ((res)=>{
+        getCollectionPresale.then((res)=>{
           this.tableData = res.rows
           
         })