|
@@ -157,8 +157,8 @@ export default {
|
|
|
getList() {
|
|
|
const form = {
|
|
|
...this.searchForm,
|
|
|
- enterStorageStartTime: this.orderDate[0],
|
|
|
- enterStorageEndTime: this.orderDate[1],
|
|
|
+ enterStorageStartTime: (this.orderDate ? this.orderDate[0] : ''),
|
|
|
+ enterStorageEndTime: (this.orderDate ? this.orderDate[1] : ''),
|
|
|
}
|
|
|
getGoodsProcurements({
|
|
|
rows: this.pageInfo.limit,
|