Skip to content

Commit

Permalink
Merge pull request #116 from limboinf/master
Browse files Browse the repository at this point in the history
Fix template param
  • Loading branch information
LittleShrimp1987 committed Sep 1, 2022
2 parents 6ba2895 + 20c99bb commit c80fe6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion frostmourne-vue/src/views/alarm/alert-template.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default {
},
templateTypeOptions: [
{ code: 'COMMON', name: '通用' },
{ code: 'dataName', name: '数据' }
{ code: 'DATA_NAME', name: '数据' }
],
templateTypeTreeProps: {
value: 'code',
Expand Down

0 comments on commit c80fe6d

Please sign in to comment.