Commit d4ee4353fd27108b25da7ce3058ea7c7be7042eb
Merge branch 'main_dev' into 'main'
perf: 优化脚本管理 TCP转换脚本,默认启用 See merge request yunteng/thingskit-front!1164
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -265,6 +265,7 @@ | @@ -265,6 +265,7 @@ | ||
265 | ...value, | 265 | ...value, |
266 | ...{ convertJs: props.isNotTest ? scriptForm.convertJs : null }, | 266 | ...{ convertJs: props.isNotTest ? scriptForm.convertJs : null }, |
267 | ...{ script: !props.isNotTest ? scriptForm.script : null }, | 267 | ...{ script: !props.isNotTest ? scriptForm.script : null }, |
268 | + ...{ status: 1 }, // 默认启用 | ||
268 | }; | 269 | }; |
269 | }; | 270 | }; |
270 | 271 |