Skip to content
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

release 1.9.0 merge dev #65

Merged
merged 29 commits into from
Nov 19, 2024
Merged
Changes from 2 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
622e155
feat: 版本日志支持英文 #16
normal-wls Sep 10, 2024
fd0ddea
Merge pull request #17 from normal-wls/feat_support_en_version_log_ma…
MarinPeng Sep 10, 2024
0cea4a3
fix: 中心导航国际化规范调整 --bug=130458497
ywywZhou Sep 11, 2024
e6d4ea9
perf: 下拉框变量移除远程数据源选项 #20 (#21)
normal-wls Sep 13, 2024
4316885
fix: 1.8.0产品验收问题 --story=131115507
ywywZhou Oct 9, 2024
63c53bd
fix: 空间配置-名称国际化 --story=131115479
ywywZhou Oct 9, 2024
216637b
fix: 1.8.0验收问题修复 --story=131115465
normal-wls Oct 9, 2024
9bdf23f
Merge pull request #29 from ywywZhou/1.8.0_bugfix
luofann Oct 9, 2024
72b2370
feat: release 1.8.1 #31
normal-wls Oct 9, 2024
7ffd21a
fix: 日期时间范围变量值类型错误问题修复 #33
ywywZhou Oct 9, 2024
cab86f6
Merge pull request #34 from ywywZhou/master_bugfix
luofann Oct 9, 2024
10f7465
feat: 文档中心跳转支持中英文 --story=132104161
normal-wls Oct 14, 2024
050f044
chore: 出现全局公告时会额外出一个滚动条问题优化 --story=131115507
ywywZhou Oct 14, 2024
148617a
Merge pull request #37 from ywywZhou/master_bugfix
luofann Oct 14, 2024
e4c9808
feat: 调试任务相关交互优化方案 --story=119022030
ywywZhou Oct 14, 2024
edb7f41
Merge pull request #38 from ywywZhou/mock_interaction_optimization_xug
luofann Oct 18, 2024
b081385
Merge remote-tracking branch 'upstream/develop' into release_1.9.0
normal-wls Oct 28, 2024
a45985a
Merge remote-tracking branch 'upstream/master' into release_1.9.0
normal-wls Oct 28, 2024
61b2d29
Merge pull request #51 from normal-wls/release_1.9.0
normal-wls Oct 29, 2024
d2162cf
feat: release V1.9.0 #31
normal-wls Oct 29, 2024
2e9c0aa
fix: 调试任务交互验收问题修复 --story=120517052
ywywZhou Nov 6, 2024
ba89944
fix: 决策表导入导出验收问题修复 --story=120516746
ywywZhou Nov 7, 2024
38a2a31
Merge pull request #57 from ywywZhou/decision_export_import_bugfix
luofann Nov 7, 2024
f098b7e
Merge pull request #56 from ywywZhou/mock_interaction_bugfix
luofann Nov 7, 2024
dfda89b
fix: 已存在的决策表导出后无法导入收问题修复 #59
ywywZhou Nov 8, 2024
cbf144b
fix: Excel表中没有输出字段 导入展示异常问题修复 #58
ywywZhou Nov 8, 2024
28ce9ed
fix: 流程通知人保存后未生效问题修复 --story=120397003
ywywZhou Nov 4, 2024
1575dd2
fix: 没有配置规则即可创建成功决策表问题修复 --story=130966859
ywywZhou Nov 11, 2024
8dedb31
fix: 决策表导出文件名符合蓝鲸规范 --story=130968939
ywywZhou Nov 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/src/utils/checkDataType.js
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ export const getDefaultValueFormat = (scheme) => {
case 'tree':
case 'upload':
case 'cascader':
case 'datetime_range':
valueFormat = {
type: 'Array',
value: [],