浏览代码

单个标引传参

zhuliu 1 年之前
父节点
当前提交
e2fa1b45c9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/project/patentCollection/components/dialog/PatentIndexSetting.vue

+ 1 - 0
src/views/project/patentCollection/components/dialog/PatentIndexSetting.vue

@@ -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) {