订单加时间搜索2
This commit is contained in:
@@ -167,6 +167,9 @@
|
||||
methods: {
|
||||
/* 搜索 */
|
||||
search() {
|
||||
if (!this.dateRange) {
|
||||
this.dateRange = [];
|
||||
}
|
||||
const [createTimeStart, createTimeEnd] = this.dateRange;
|
||||
this.$emit('search', {
|
||||
...this.where,
|
||||
|
||||
@@ -189,6 +189,9 @@
|
||||
methods: {
|
||||
/* 搜索 */
|
||||
search() {
|
||||
if (!this.dateRange) {
|
||||
this.dateRange = [];
|
||||
}
|
||||
const [createTimeStart, createTimeEnd] = this.dateRange;
|
||||
this.$emit('search', {
|
||||
...this.where,
|
||||
|
||||
Reference in New Issue
Block a user