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