Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
85eb9fabfc435171d2653c43d213dcec1b22fbc1
Authored by
fengwotao
2023-12-29 14:23:42 +0800
1 parent
0109c9c5
perf: 优化脚本管理 TCP转换脚本,新增传递默认参数status为1
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/rule/script/TcpConversionScript/components/ConverScriptForm.vue
src/views/rule/script/TcpConversionScript/components/ConverScriptForm.vue
View file @
85eb9fa
...
...
@@ -265,6 +265,7 @@
265
265
...value,
266
266
...{ convertJs: props.isNotTest ? scriptForm.convertJs : null },
267
267
...{ script: !props.isNotTest ? scriptForm.script : null },
268
+
...{ status: 1 }, // 默认启用
268
269
};
269
270
};
270
271
...
...