This is an automated email from the ASF dual-hosted git repository.

songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new e00727c  [Fix][UI Next][V1.0.0-Alpha] Fix wrong order of form items in 
DATA_QUALITY. (#9196)
e00727c is described below

commit e00727c0c2ac25ab154bf682040dd8f5e947e1c1
Author: Amy0104 <[email protected]>
AuthorDate: Fri Mar 25 20:04:53 2022 +0800

    [Fix][UI Next][V1.0.0-Alpha] Fix wrong order of form items in DATA_QUALITY. 
(#9196)
---
 .../src/views/projects/task/components/node/tasks/use-data-quality.ts   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/use-data-quality.ts
 
b/dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/use-data-quality.ts
index 0b73730..bf9598b 100644
--- 
a/dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/use-data-quality.ts
+++ 
b/dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/use-data-quality.ts
@@ -86,7 +86,7 @@ export function useDataQuality({
       Fields.useDelayTime(model),
       ...Fields.useTimeoutAlarm(model),
       ...Fields.useRules(model, (items: IJsonItem[], len: number) => {
-        jsonRef.value.splice(17, len, ...items)
+        jsonRef.value.splice(15, len, ...items)
       }),
       Fields.useDeployMode(),
       Fields.useDriverCores(),

Reply via email to