Commit a93e176da883e02840d3f60598611fff7fe1f96f
Merge branch 'fengtao' into 'main_dev'
perf: 优化脚本管理 TCP转换脚本,新增传递默认参数status为1 See merge request yunteng/thingskit-front!1163
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 |