-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug:流水线描述内容过长导致编辑后发布报错500 #11404 #11411
base: master
Are you sure you want to change the base?
Conversation
# Reviewed, transaction id: 29446
# Reviewed, transaction id: 29453
# Reviewed, transaction id: 29454
}, | ||
maxlength: { | ||
type: String, | ||
default: '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里不要用字符串,明明是一个数字,转成number
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
默认值,怎么还是字符串
# Reviewed, transaction id: 29489
# Reviewed, transaction id: 29573
}, | ||
maxlength: { | ||
type: Number, | ||
default: null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
判断一下,如果没有maxlength下面的textarea就不要加上这个属性了,没必要弄个default值
# Reviewed, transaction id: 29599
bug:流水线描述内容过长导致编辑后发布报错500 #11404