Showing
1 changed file
with
2 additions
and
2 deletions
@@ -69,8 +69,8 @@ | @@ -69,8 +69,8 @@ | ||
69 | this.filters.hasImage.model = null; | 69 | this.filters.hasImage.model = null; |
70 | this.filters.brand.model = null; | 70 | this.filters.brand.model = null; |
71 | this.filters.createTime.model = ''; | 71 | this.filters.createTime.model = ''; |
72 | - this.filters.beginTime = ''; | ||
73 | - this.filters.endTime = ''; | 72 | + this.filters.beginTime.model = ''; |
73 | + this.filters.endTime.model = ''; | ||
74 | this.pageData.current = 1; | 74 | this.pageData.current = 1; |
75 | 75 | ||
76 | this.list(); | 76 | this.list(); |
-
Please register or login to post a comment