zhuangchong commented on code in PR #10950:
URL: https://github.com/apache/dolphinscheduler/pull/10950#discussion_r920795040


##########
dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-datax.ts:
##########
@@ -443,6 +444,7 @@ export function useDataX(model: { [field: string]: any }): 
IJsonItem[] {
       span: 12,
       options: memoryLimitOptions,
       value: 1
-    }
+    },
+    ...useCustomParams({ model, field: 'localParams', isSimple: false })

Review Comment:
   This block should use simple `useCustomParams` components, the backend only 
uses key, value
   
   ```
   ...useCustomParams({ model, field: 'localParams', isSimple: true })
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to