Skip to content

Commit

Permalink
minor: 无权限弹窗custom-form类型表单取值字段调整
Browse files Browse the repository at this point in the history
  • Loading branch information
luofann committed Aug 21, 2023
1 parent 961949f commit 0058c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pc/src/views/ticket/details/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
if (res.data.is_processor) {
res.data.detail.fields.forEach(field => {
if (field.type === 'CUSTOM-FORM') {
field.tables = transCustomFormToTable(field.display_value);
field.tables = transCustomFormToTable(field.value);
}
});
this.processedUser = res.data.processed_user;
Expand Down

0 comments on commit 0058c46

Please sign in to comment.