forked from github/dataease
refactor: 新建的过滤组件增加默认跳转方式
This commit is contained in:
parent
24ad42cf7d
commit
05acc8feee
@ -809,7 +809,8 @@ export default {
|
||||
}
|
||||
this.currentFilterCom.id = newComponentId
|
||||
this.currentFilterCom.auxiliaryMatrix = this.canvasStyleData.auxiliaryMatrix
|
||||
this.currentFilterCom.mobileStyle = BASE_MOBILE_STYLE
|
||||
this.currentFilterCom.mobileStyle = deepCopy(BASE_MOBILE_STYLE)
|
||||
this.currentFilterCom['hyperlinks'] = deepCopy(HYPERLINKS)
|
||||
this.currentFilterCom.commonBackground = this.currentFilterCom.commonBackground || deepCopy(COMMON_BACKGROUND)
|
||||
|
||||
if (this.currentWidget.filterDialog) {
|
||||
|
Loading…
Reference in New Issue
Block a user