Commit 85eb9fabfc435171d2653c43d213dcec1b22fbc1
1 parent
0109c9c5
perf: 优化脚本管理 TCP转换脚本,新增传递默认参数status为1
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 |