소스 검색

单个标引传参

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