修改参数为空是的显示
parent
e5ef616c8b
commit
927aa526d9
|
|
@ -196,7 +196,7 @@
|
|||
// 当前选中的公共样式
|
||||
tabs_magic_value_common_style() {
|
||||
if (!isEmpty(this.active_tabs_value)) {
|
||||
return this.active_tabs_value.magic_common;
|
||||
return this.active_tabs_value.magic_common || {};
|
||||
} else {
|
||||
return {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue