-
Notifications
You must be signed in to change notification settings - Fork 1.3k
perf: bpm 流程模型表单代码优化. 去掉大量watch 代码. 用依赖注入替换props 传递流程数据. 增加导入导出 #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echart 没有显示markLine、markPoint、markArea 如果延后到 vue显示页面加入此三行,线上会出错 Signed-off-by: ddlu <[email protected]>
Signed-off-by: chenting <[email protected]>
Signed-off-by: chenting <[email protected]>
Signed-off-by: chenting <[email protected]>
- 根据"DRY"(Don't Repeat Yourself)原则,使用动态年份代替硬编码,确保年份始终保持最新 - Introduced a new computed property `currentYear` in `Footer.vue` to dynamically display the current year in the copyright notice. - Updated the copyright span to use `currentYear` instead of a hardcoded year, enhancing maintainability and accuracy.
Merge pull request !644 from AhJindeg/feature/footer-currentYear
Merge pull request !634 from chenting/master
Merge pull request !637 from chenting/N/A
Merge pull request !636 from chenting/N/A
Merge pull request !632 from ddlu/N/A
Merge pull request !631 from jinmh/master
…outerSearch component Merge pull request !629 from AhJindeg/fix/router-serch
Merge pull request !627 from Jason0z/feat-menu-tree-v2
* feat: 支持通过短信重置后台密码
Merge pull request !647 from 半栈幼儿员/hotfix/css
|
已修复. |
强!感谢! = = 甲流中,还在恢复中。。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

去掉大量的不必要的watch代码.
去掉自动保存.
用依赖注入替代props 传递流程数据
增加简易设计器导入导出