|
@@ -175,7 +175,6 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- // return;
|
|
|
this.loading = true;
|
|
|
|
|
|
const res = await asyncRequest.reportpurcheaseordersumbyuser(this.parmValue);
|
|
@@ -193,10 +192,7 @@ export default {
|
|
|
|
|
|
//重置
|
|
|
restSearch() {
|
|
|
- this.parmValue = {
|
|
|
- start_date: "", //新建起始时间
|
|
|
- end_date: "", // 新建结束时间
|
|
|
- };
|
|
|
+ this.parmValue = this.getSearchDate();
|
|
|
this.searchList();
|
|
|
},
|
|
|
|