Commit d7dde4b2 authored by feifei's avatar feifei

条件查询

parent 80cf9d04
...@@ -272,9 +272,7 @@ ...@@ -272,9 +272,7 @@
if (this.searchInfo.feedProduct != '') { if (this.searchInfo.feedProduct != '') {
return_hash['feedProduct'] = this.searchInfo.feedProduct return_hash['feedProduct'] = this.searchInfo.feedProduct
} }
if (this.searchInfo.feedSource != '') {
return_hash['feedSource'] = 'APP' return_hash['feedSource'] = 'APP'
}
if (this.searchInfo.gmtStartTime != null && this.searchInfo.gmtStartTime.length>0) { if (this.searchInfo.gmtStartTime != null && this.searchInfo.gmtStartTime.length>0) {
var  end = new Date(this.searchInfo.gmtStartTime[1]) var  end = new Date(this.searchInfo.gmtStartTime[1])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment