File tree Expand file tree Collapse file tree
dolphinscheduler-ui/src/js
conf/home/pages/dag/_source/formModel/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 951951 * verification
952952 */
953953 _verification () {
954+ // localParams Subcomponent verification
955+ if (! this .$refs .refLocalParams ._verifProp ()) {
956+ return false
957+ }
954958 let sqoopParams = {
955959 jobType: this .jobType ,
956960 localParams: this .localParams
957961 }
962+
958963 if (this .jobType === ' CUSTOM' ) {
959964 if (! shellEditor .getValue ()) {
960965 this .$message .warning (` ${ i18n .$t (' Please enter Custom Shell(required)' )} ` )
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ export default {
257257 'prop(required)' : 'prop(必填)' ,
258258 'value(optional)' : 'value(选填)' ,
259259 'value(required)' : 'value(必填)' ,
260- 'prop is empty' : 'prop不能为空 ' ,
260+ 'prop is empty' : '自定义参数prop不能为空 ' ,
261261 'value is empty' : 'value不能为空' ,
262262 'prop is repeat' : 'prop中有重复' ,
263263 'Start Time' : '开始时间' ,
You can’t perform that action at this time.
0 commit comments