Ver Fonte

库点利润 时间传参问题

zhongtianhaoyuan há 2 anos atrás
pai
commit
2f00d6e699
1 ficheiros alterados com 2 adições e 5 exclusões
  1. 2 5
      src/views/profitable/warehouseprofits.vue

+ 2 - 5
src/views/profitable/warehouseprofits.vue

@@ -121,9 +121,6 @@
       this.getPassYearFormatDate()
       this.getList()
       // this.makeWordData = this.getData(2)
-      
-      
-      
     },
     methods: {
       datechange(e){
@@ -138,8 +135,8 @@
         this.datalist2=[]
         this.datalist1=[]
         getwarehousechart({
-          startDate:this.startDate,
-          endDate:this.endDate
+          warehouseStartDate:this.startDate,
+          warehouseEndDate:this.endDate
         })
         .toPromise()
         .then((response) => {