forked from github/dataease
Merge pull request #12967 from dataease/pr@dev-v2@revert_code
revert: 恢复部分代码
This commit is contained in:
commit
a31c6c0846
@ -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