mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
revert: 恢复部分代码
This commit is contained in:
parent
3cf9dbfbfe
commit
d866473686
@ -795,3 +795,13 @@ export function onInitReady(params) {
|
||||
console.warn('de_inner_params send error')
|
||||
}
|
||||
}
|
||||
|
||||
export function mobileViewStyleSwitch(component) {
|
||||
if (component) {
|
||||
const viewInfo = canvasViewInfo.value[component.id]
|
||||
viewInfo.customStyle = component.customStyle
|
||||
viewInfo.customAttr = component.customAttr
|
||||
viewInfo.title = component.title
|
||||
viewInfo.name = component.name
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user