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
efa649c545fef8e1a3d28071eb989cdfe3220ab8
Authored by
fengwotao
2023-09-20 17:41:56 +0800
1 parent
cb92cfe2
fix: DEFECT-1625 新增模版,邮件配置再禁用情况下,模板应该是无法选择该禁用的配置的
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/message/template/template.data.ts
src/views/message/template/template.data.ts
View file @
efa649c
...
...
@@ -137,6 +137,7 @@ export const formSchema: FormSchema[] = [
137
137
typeId = item.id;
138
138
}
139
139
return {
140
+
disabled: item.messageType !== value,
140
141
label: item.configName,
141
142
value: item.id,
142
143
status: item.status,
...
...