Skip to content

Commit

Permalink
feat:stage 审核支持 checklist 确认场景 TencentBlueKing#10920
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 20760
  • Loading branch information
useryuyu committed Oct 15, 2024
1 parent e16ede1 commit eaa1e3c
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit eaa1e3c

Please sign in to comment.