Skip to content

Commit

Permalink
fix: object功能优化 (#4953)
Browse files Browse the repository at this point in the history
Co-authored-by: zhengxinpei <93589233+zzz833708@users.noreply.github.com>
Co-authored-by: wencong1724427771 <82081580+wencong1724427771@users.noreply.github.com>
Co-authored-by: jayjiahua <553544693@qq.com>
Co-authored-by: yiqiwang-17 <66986742+yiqiwang-17@users.noreply.github.com>
Co-authored-by: LeeXT <xintaoLi@users.noreply.github.com>
Co-authored-by: 闪烁 <57348011+shan-shuo@users.noreply.github.com>
Co-authored-by: ctenetlau <74183504+EASYGOING45@users.noreply.github.com>
Co-authored-by: xlc <33691777+xiaolicheng-github@users.noreply.github.com>
Co-authored-by: q15971095971 <764419406@qq.com>
Co-authored-by: chenguo <chenguo367@163.com>
Co-authored-by: liuwenping <haha.rober@gmail.com>
Co-authored-by: NeoLing <pegasusljn@gmail.com>
Co-authored-by: dengyh <dengyh071@gmail.com>
Co-authored-by: liang ling <lingliang1100@gmail.com>
Co-authored-by: lai <11598235+unique0lai@users.noreply.github.com>
  • Loading branch information
16 people authored Feb 11, 2025
1 parent ad6ae6d commit e841e55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bklog/web/src/components/collection-access/step-field.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1557,10 +1557,10 @@
}
})
data.etl_fields.push(...this.copyBuiltField)
}else{
delete data.etl_params['separator_regexp'];
delete data.etl_params['separator'];
}

delete data.etl_params['separator_regexp'];
delete data.etl_params['separator'];
}
data.alias_settings = fieldTableData.filter(item => item.query_alias).map(item => {
return {
Expand Down Expand Up @@ -1599,7 +1599,6 @@
requestUrl = this.isEditTemp ? 'clean/updateTemplate' : 'clean/createTemplate';
}
const updateData = { params: urlParams, data };

this.$http
.request(requestUrl, updateData)
.then(res => {
Expand Down

0 comments on commit e841e55

Please sign in to comment.