|
|
@@ -293,7 +293,6 @@ export default {
|
|
|
addressloading: false,
|
|
|
userloading: false,
|
|
|
users:[],
|
|
|
- userStatusOptions:[],
|
|
|
show:{
|
|
|
open:false,
|
|
|
title:"订单详情"
|
|
|
@@ -573,9 +572,9 @@ export default {
|
|
|
/** 重置按钮操作 */
|
|
|
resetQuery() {
|
|
|
this.resetForm("queryForm");
|
|
|
- this.createTimeRange = null;
|
|
|
- this.payTimeRange = null;
|
|
|
- this.deliveryImportTimeRange = null;
|
|
|
+ this.createTimeRange = [];
|
|
|
+ this.payTimeRange = [];
|
|
|
+ this.deliveryImportTimeRange = [];
|
|
|
this.handleQuery();
|
|
|
},
|
|
|
// 多选框选中数据
|