BUG 26225
This commit is contained in:
@@ -151,7 +151,6 @@ export default {
|
|||||||
params && (params = JSON.parse(params))
|
params && (params = JSON.parse(params))
|
||||||
params.config = params.index > -1 ? params.filed : JSON.parse(JSON.stringify(components.filter(v => v.type === params.filedType)[0]))
|
params.config = params.index > -1 ? params.filed : JSON.parse(JSON.stringify(components.filter(v => v.type === params.filedType)[0]))
|
||||||
localStorage.removeItem("toFiledConfig")
|
localStorage.removeItem("toFiledConfig")
|
||||||
console.log(params)
|
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
...params,
|
...params,
|
||||||
|
|||||||
Reference in New Issue
Block a user