NEZ-3107 fix:Messages页面,查询All time,显示不正确
This commit is contained in:
@@ -564,6 +564,9 @@ export default {
|
||||
this.$set(this.searchTime, 2, val + 'd')
|
||||
} else {
|
||||
this.isCustom = true
|
||||
if (!time[0]) {
|
||||
this.isCustom = false
|
||||
}
|
||||
this.$set(this.searchTime, 0, time[0])
|
||||
this.$set(this.searchTime, 1, time[1])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user