Skip to content

Commit

Permalink
feat:stage 审核支持 checklist 确认场景 TencentBlueKing#10920
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 20764
  • Loading branch information
useryuyu committed Oct 15, 2024
1 parent e16ede1 commit 5764f96
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
return new Promise((resolve, reject) => {
// 校验必填
const errorKeys = []
console.log(this.params, '?????????')
this.params.forEach(({ required, valueType, value, key, chineseName }) => {
if (required) {
key = chineseName || (key || '').replace(/^variables\./, '')
Expand Down
Loading

0 comments on commit 5764f96

Please sign in to comment.