|
@@ -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) => {
|