Commit a9eb1100385a629549005e8d4af7a70246ae7110
1 parent
259769bc
perf(views/chart): 优化动态表单包含有entityType,则自动回填DEVICE
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -114,7 +114,7 @@ const setDynamicFormValue = (request: ExtraRequestConfigType) => { | @@ -114,7 +114,7 @@ const setDynamicFormValue = (request: ExtraRequestConfigType) => { | ||
114 | unref(bodyContentEl)?.setConfigurationData(unref(getSelectedInterfaceBody), Body) | 114 | unref(bodyContentEl)?.setConfigurationData(unref(getSelectedInterfaceBody), Body) |
115 | } | 115 | } |
116 | /** | 116 | /** |
117 | - * ft 修改动态表单包含有entityType,则自动回填DEVICE | 117 | + * ft 优化动态表单包含有entityType,则自动回填DEVICE |
118 | */ | 118 | */ |
119 | if(typeof request.requestParams ==='string' && request.requestParams) { | 119 | if(typeof request.requestParams ==='string' && request.requestParams) { |
120 | const DEVICE='DEVICE' | 120 | const DEVICE='DEVICE' |