NEZ-3176 fix:explore 历史记录页面开发
This commit is contained in:
@@ -307,11 +307,11 @@ export default {
|
||||
params.params = {}
|
||||
params.paramObj.forEach(item => {
|
||||
if (item.type === 'CHECKBOX') {
|
||||
params.params[item.name] = item.value
|
||||
params.params[item.metaKey] = item.value
|
||||
} else if (item.type === 'DATETIME' && JSON.parse(item.param).interval) {
|
||||
params.params[item.name] = item.value
|
||||
params.params[item.metaKey] = item.value
|
||||
} else {
|
||||
params.params[item.name] = item.value[0]
|
||||
params.params[item.metaKey] = item.value[0]
|
||||
}
|
||||
})
|
||||
params.icon = this.imageUrl
|
||||
|
||||
Reference in New Issue
Block a user