소스 검색

批量标引

zhuliu 1 년 전
부모
커밋
b0a9e8402b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/project/patentCollection/components/dialog/PatentBatchIndex.vue

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

@@ -99,7 +99,7 @@ export default {
         fieldId: val.id,
         optionType: 2,//操作类型 0取消 1增加 2覆盖
       }
-      if ([0, 1, 2].includes(val.type)) {
+      if ([0, 1, 2,4].includes(val.type)) {
         obj.fieldValue = val.text ? [val.text] : null
       } else {
         obj.fieldValue = val.selected