forked from github/dataease
refactor(仪表板): 增加自动缓存的附加信息,防止编辑界面没有显示名称
This commit is contained in:
parent
b29197d796
commit
d28f8fba02
@ -346,7 +346,8 @@ export default {
|
||||
savePrepare() {
|
||||
// 保存到数据库
|
||||
const requestInfo = {
|
||||
id: this.panelInfo.id,
|
||||
...
|
||||
this.panelInfo,
|
||||
panelStyle: JSON.stringify(this.canvasStyleData),
|
||||
panelData: JSON.stringify(this.componentData)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user