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
a90aeb54cae5d228372fb70e1b055d0b2f39f9aa
Authored by
fengtao
2022-07-14 09:57:43 +0800
1 parent
8db74338
feat:转换脚本 新增启用后查看功能
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/rule/script/cpns/ScriptDrawer.vue
src/views/rule/script/cpns/ScriptDrawer.vue
View file @
a90aeb5
...
...
@@ -59,6 +59,8 @@
59
59
title: '查看转换脚本',
60
60
loading: false,
61
61
});
62
+
editId.value = data.record.id;
63
+
setFieldsValue(data.record);
62
64
break;
63
65
case true:
64
66
isView.value = true;
...
...