Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

vhwweng
Copy link
Collaborator

@vhwweng vhwweng commented Jan 16, 2025

bug:流水线描述内容过长导致编辑后发布报错500 #11404

},
maxlength: {
type: String,
default: ''
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里不要用字符串,明明是一个数字,转成number

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

默认值,怎么还是字符串

},
maxlength: {
type: Number,
default: null
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

判断一下,如果没有maxlength下面的textarea就不要加上这个属性了,没必要弄个default值

@vhwweng vhwweng closed this Jan 20, 2025
@vhwweng vhwweng reopened this Jan 20, 2025
@bkci-bot bkci-bot added the for test Test environment in tencent has been deploy label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for test Test environment in tencent has been deploy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants