订单加时间搜索2

This commit is contained in:
dengbw
2023-05-05 15:31:14 +08:00
parent 0e9ff425ae
commit fbfea04384
2 changed files with 6 additions and 0 deletions
@@ -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,