demo示例设置展示列效果优化

系统设置菜单消失 #2079
Failed to execute 'getComputedStyle' on 'Window
升级代码生成器模板

1、支持自定义下拉树的生成
2、oracle下 三级联动配置了,导致生成报错
3、高级查询支持下拉搜索和下拉多选
4、树表单支持更多的控件生成
This commit is contained in:
zhangdaiscott
2020-12-11 20:06:21 +08:00
parent e0cf946d18
commit 8a7fc033cd
17 changed files with 224 additions and 32 deletions

View File

@ -186,7 +186,12 @@
},
tabCallBack() {
this.$nextTick(() => {
triggerWindowResizeEvent()
//update-begin-author:taoyan date: 20201211 for:【新版】online报错 JT-100
setTimeout(()=>{
//省市区组件里面给window绑定了个resize事件 导致切换页面的时候触发了他的resize但是切换页面省市区组件还没被销毁前就触发了该事件导致控制台报错加个延迟
triggerWindowResizeEvent()
},20)
//update-end-author:taoyan date: 20201211 for:【新版】online报错 JT-100
})
},
editPage(key, action) {