NEZ-3176 fix:explore 历史记录页面开发

This commit is contained in:
zhangyu
2023-09-13 18:01:22 +08:00
parent c669de4cca
commit 44b481af67
12 changed files with 347 additions and 2093 deletions

View File

@@ -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