|
@@ -113,7 +113,6 @@ export default {
|
|
|
// 将默认当天时间日期回显在时间选择框中
|
|
|
time: [moment(getDate.getToday().starttime, this.dateFormat), moment(getDate.getToday().endtime, this.dateFormat)],
|
|
|
dateFormat: 'YYYY-MM-DD',
|
|
|
- nowBeginDate: '',
|
|
|
columns: [
|
|
|
{
|
|
|
title: '序号',
|
|
@@ -239,13 +238,14 @@ export default {
|
|
|
},
|
|
|
// 重置
|
|
|
handleRest () {
|
|
|
- this.nowBeginDate = getDate.getToday().starttime
|
|
|
this.searchForm.beginDate = getDate.getToday().starttime
|
|
|
this.searchForm.endDate = getDate.getToday().endtime
|
|
|
this.time = [moment(getDate.getToday().starttime, this.dateFormat), moment(getDate.getToday().endtime, this.dateFormat)]
|
|
|
this.searchForm.usedStoreId = undefined
|
|
|
this.searchForm.orderNo = ''
|
|
|
- this.$refs.table.refresh()
|
|
|
+ this.searchForm.queryWord = ''
|
|
|
+ this.searchForm.bundName = ''
|
|
|
+ this.$refs.table.refresh(true)
|
|
|
this.getTotal()
|
|
|
},
|
|
|
// 导出
|