mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-30 00:29:16 +08:00
fix: 优化
This commit is contained in:
parent
5aa28ad908
commit
23fc25bd43
@ -31,7 +31,7 @@
|
||||
...getTransformStyle(item.styles)
|
||||
}"
|
||||
v-on="useLifeHandler(item)"
|
||||
@changeZIndex="z => changeZIndex(item.id, z)"
|
||||
@changeZIndex="(z: number | string | undefined) => changeZIndex(item.id, z)"
|
||||
></component>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -37,7 +37,7 @@
|
||||
...getFilterStyle(item.styles)
|
||||
}"
|
||||
v-on="bindEvent(item)"
|
||||
@changeZIndex="z => changeZIndex(item.id, z)"
|
||||
@changeZIndex="(z: number | string | undefined) => changeZIndex(item.id, z)"
|
||||
></component>
|
||||
<!-- v-on="useLifeHandler(item)"-->
|
||||
</div>
|
||||
|
@ -26,7 +26,6 @@ export const getSessionStorageInfo = async () => {
|
||||
// // 跳转未发布页
|
||||
// return { isRelease: false }
|
||||
// }
|
||||
console.log(content)
|
||||
const parseData = { ...JSONParse(content ? content : '{}'), id }
|
||||
const { editCanvasConfig, requestGlobalConfig, componentList } = parseData
|
||||
chartEditStore.editCanvasConfig = editCanvasConfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user