@@ -367,6 +367,7 @@ export default {
projectId: this.projectId,
...this.search,//选择的信息
esCustomFieldDTOS: selected,
+ taskId: this.taskId,
}
this.$api.batchAddCustomField(params).then(res => {
if (res.code == 200) {