diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/localParams.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/localParams.vue index 52fd4668a0..69d181e7b7 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/localParams.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/localParams.vue @@ -25,7 +25,7 @@ type="text" v-model="localParamsList[$index].prop" :placeholder="$t('prop(required)')" - maxlength="128" + maxlength="256" @on-blur="_verifProp()" :style="inputStyle"> @@ -60,7 +60,7 @@ type="text" v-model="localParamsList[$index].value" :placeholder="$t('value(optional)')" - maxlength="128" + maxlength="256" @on-blur="_handleValue()" :style="inputStyle">